Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

how can I emulate A-B indexed addressing using a modicon momentum PLC

Status
Not open for further replies.

plcsavvy

Electrical
Joined
Feb 26, 2003
Messages
72
Location
US
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
 
Table to Register with Register to Table Blocks
 
Hello macbeth, thank you for responding to my post.
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
 
I have figured out how to do it. A program has been tested off line and works really well. Perhaps I'll share it at a later data plcsavvy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top