plcsavvy
Electrical
- Feb 26, 2003
- 72
I am having trouble emulating indexed addressing in Proworx for the modicon momentum PLC. I have an application that must track total number of failures per head in a continuously rotating 3 turret assembly machine. I beleive I can use the R>T Move function combined with a T>R function, but I do not know If I can increment the value of a specific register each time an inspect has failed Using one rung of code. With indexed adressing, I can perform this in one rung of code. For example, if shift register bit is low, indicating that the inspect was bad and the current value stored in register #N7:10 is not equal to 5000, add 1 to register #N7:10 and store in register #N7:10. Any useful info. provided will be greatly appreciated. Thanks in advance, plcsavvy