NOP equivalent in Logix 500 (Micrologix 1100)

radfahrer

Lifetime Supporting Member
Join Date
Nov 2006
Location
Boston
Posts
156
Anyone know if there is an equivalent to the NOP instruction in Logix 500? I like to use them in my Logix 5000 for program organization and reserving the first line of the routine for commenting.

If there is not an equivalent, I was curious if others have some type of blank operation equivalent they use, ie maybe a dummy bit with an OTL so as not to get duplicate output errors in verify.

Any tips appreciated...
 
I've seen XIC and XIO in series referencing the same bit. More of an AFI functionally.
 
You could turn a bit on unconditionally at the beginning of your program and use that bit with an examine if off where you wanted the nop to be.

Dave
 
Yes, any old unused B3 bit can be used to set up a program index or other information on the first rung. Any of the S:4 bits from S:4/4 up to about S:4/12 could be used (which will blink on and off to attract attention).

Program Index using First Rung Bit.jpg
 

Similar Topics

Is there an equivalent Rockwell PLC NOP instruction that is available for the M340 M580 Schneider PLC? Thanks,
Replies
10
Views
2,724
Good evening , I was looking thru some Rockwell Automation programs , and took notice in some programs , UDT’s , AOI’s , etc. the NOP...
Replies
13
Views
3,185
Hi guys! I was wondering why I've seen some guys put a lot of NOP in their STL code. For example: CALL FC4 NOP 0 What is the purpose of this...
Replies
12
Views
3,647
I have read the Instruction help on this. I am still not clear or sure on why this would even be used. I see this a lot on Rung 0 inside of the...
Replies
5
Views
4,493
Good afternoon to all Could you pls to have any advise for the following trouble: Power management system: SIMOS PMA 71 QUOTE The problem on the...
Replies
0
Views
2,298
Back
Top Bottom