RSL5000 ATI instruction?

ceilingwalker

Lifetime Supporting Member
Join Date
Mar 2010
Location
Phoenix, AZ
Posts
1,586
Hello. I went through my instruction lists for the RSL5000 and cannot find an Always True Input, like I have in RSL500. Was it done away with or am I just not seeing it in the options? I am trying to override an output that is written to from an HMI pushbutton, without affecting the other I/O in that circuit. It just seemed the quickest most effective way to do it. Thank you,
 
Last edited:
No such thing as a ATI instruction in Logix 5000. Just use a non-conditional branch. Or create your own ATI.
 
No such thing as a ATI instruction in Logix 5000. Just use a non-conditional branch. Or create your own ATI.

Depending on your settings, a "naked" branch will generate a warning upon verification. To get around this, place an NOP instruction in the branch.

I prefer to not use naked branches because they are a challenge to find in the logic. NOP can be found via search. Created ATI tags can be found via a search or cross reference. (y)
 

Similar Topics

I am using version V17.01.00 (CPR 9 SR 1) I have a fairly large machine with multiple PIO nodes on an ethernet network. I am getting a flashing...
Replies
0
Views
1,382
Hello, My coworker and I are commissioning a new panel. We have a 1732-AENTR series C remote IO thats Rev 6.1. The project file from a previous...
Replies
3
Views
1,611
Hello all. Yes, I remember well that RSL5k v.20 was plagued with issues however, it used to run on my laptop. After many years of hibernation I...
Replies
2
Views
1,558
Is there are way to set up RSLogix 5000 to start up with a category in the Controller Organizer 'minimized'? For instance, make the Add-On...
Replies
2
Views
1,730
Hello, I recently converted a control system from PLC-5 to ControLogix and have a question please. My discrete IO converted kind of weird and I...
Replies
2
Views
1,544
Back
Top Bottom