Vijaya

MrPLC Member
  • Content count

    11
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Vijaya

  • Rank
    Sparky

Profile Information

  • Country India
  1. New to Omron

    Hi all, In which register i will find the Timer /Counter Accumulated value. I want to use the Timer/counter Timed or Counted Value and store this in register In RSLogix5000 we have ".ACC" Field where in we find the accumulated value of timer/counter.. I am new to Omron Please help me out with a way Thanks, Vijaya
  2. New to Omron

    Hi all, I am using CJ1M CPU22 PLC i am facing few problems I want to move my Accumulated(PV) value of Timer/Counter to an Word how can i do that using MOV Instruction. and then divide this value using DIVIDE instruction I want to know how much time haas been accumulated in my timing and counting Instructions and i want to display this instruction in a word register. Thanks, Vijaya
  3. cmp instruction

    If i am not wrong CMP C0005 &5 should also work for BCD
  4. Omron Array Comparision

    Hi all, I am using a CJ1M Omron Controller. I want to compare an Array of 32 DINTs (say Source) with another Array of 32 DINTs ( say Reference) and record the Miss matching elements Bits Position of these arrays into another Array(Result) Is there any direct Instruction in OMRON or we need to build this logic using some other Instruction I am Very new to Omron and unable to move forward in my Project. Please give me a suggestion. Thanks Vijaya
  5. New to Omron

    Hi Sparky. Thank you very much....this is very helpful...
  6. New to Omron

    Hi Bob thanks for responding!!! Can you mail me the cxp file with an example how this is achieved using OR/XOR Instructions
  7. New to Omron

    Hi, I am new to Omron i want to compare equality of two DINT arrays and store the Mismatch Location into an DINT array Please help me out in resolving this logic.. Ex: Source array-DINT to compare with Reference array-DINT and store the Mismatch location of these two array in a Result array-DINT. Please refer the attach file for the more detail
  8. New to Omron

    test
  9. New to Omron

    Hi Sparky, Thanks for your Answers... But i want to make sure that i am correct while accessing the Bit of the DINT as shown in my attachment?
  10. New to Omron

    Hi, I am creating a fault mapping logic, where in i want to access bit of a DINT Data type, For which i have created a symbol at Address H10 and declared it as array of 32. When i am Trying to access the bit of the following array i am getting an error. Please find the Program & Error in the attachment my Question is how i will access each Bit of the above array? Please help out with solution. Thanks Vijaya
  11. New to Omron

    i am new to Omron how can i set the Timer pv value using Mov Instruction.. i have used it but getting following error