AB SLC "Always on" status bit

Rick.

This is from the help-file:
This input instruction disables its rung when inserted in the condition side of the rung.

This is what I said:
This will disable scanning of the rung after the AFI instruction. (example with AFI in the beginning of the rung).

What is the difference ? :confused:
Obviously I was wrong - is it necessarry to discuss WHERE I was wrong ?
(its kinda embarrashing, you know).
 
For SLC programs I always have an always-on TRUE, an always-off AFI and reference an output NOP. That way I can enter the symbols the SLC doesn't have.



---------------------(TRUE)


-|/|--||-------------(AFI)


---------------------(NOP)


As far as 2 bits TRUE and AFI, for me it's less confusing, and at my age that's beginning to help.
 
here is my reason.

we bought a 4 station machine and the vendor had to do a lot of debug work.
they picked random bits and turned them on of off to debug. lots of bits.
they forgot several and someone turned the bit off and one station quit. i got the call at 11 pm and didn't figure it out until 3 am. we got lucky and he did the same thing on another station. i corrected the logic and got home at 4 am.
from that point on, i mandated that the first rung of logic would be an always off bit, and the second would be an always on for debug purposes.
that was *0 years ago, and i still hold to that rule every where i go.

i have not had that issue since the rule was implemented.
james
 

Similar Topics

I’m attempting to send a temperature from a SLC-5/02 to an EZiMarquee display. The vendor said to use a MSG instruction to send the data to the...
Replies
1
Views
55
Hello all. I have a few SLCs in my plant and of late we've seen a weird issue: The system will be running normally and then randomly the outputs...
Replies
2
Views
69
I am working on setting up a Prosoft Datalogger model PLX51-DLplus-232. This unit will be collecting data from a SLC 5/05 on the DB9 port set to...
Replies
3
Views
93
I have a redundant ControlLogix being set up. This program reads a value from a remote site which happens to be SLC PLC. Rockwell mentions SLC...
Replies
2
Views
91
Hello, I have a ControlLogix redundant controller being set up. The program reads a value from a remote site which hosts a SLC PLC. Rockwell...
Replies
0
Views
74
Back
Top Bottom