Vijaya

MrPLC Member
  • Content count

    11
  • Joined

  • Last visited

Posts posted by Vijaya


  1. 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. 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. 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

  4. 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

  5. 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