how can I emulate A-B indexed addressing using a modicon momentum PLC
how can I emulate A-B indexed addressing using a modicon momentum PLC
(OP)
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





RE: how can I emulate A-B indexed addressing using a modicon momentum PLC
RE: how can I emulate A-B indexed addressing using a modicon momentum PLC
Could you please explain further what it is you are trying to convey. Could you please provide me with a short example.
Thanks in advance, plcsavvy
RE: how can I emulate A-B indexed addressing using a modicon momentum PLC