RSLogix 5000 Status Flags

CJO

Member
Join Date
Apr 2018
Location
NY
Posts
3
Hello all, recently i have been using some practical lab examples to brush up on my programming abilities. What i have noticed is that although my ladder logic works when i program the scenario given to me, it differs from the one my lab shows as the finished product. I have noticed that the examples use "bit status flags" and i was wondering if this method has some benefits that i am not aware of? for example, instead of programming a switch with a physical input address to operate a given output it will instead use that switch to operate more involved latch/unlatch rungs which will then turn on the output. I hope that example is sufficient.
 
Example

Hope this works. Basically i used the mode A-C switches in a more direct way without using the C1_C2_Primary latch/unlatch.

RS1.jpg RS2.jpg
 
Often a specific set of states used to trigger one output is also used as part of determining other outputs. Rather than totally replicating the first rung they will combine the result of that first rung into a single bit (and it helps if that bit is tagged with an informative name). That bit then is used not only for the first output but also others which are dependent on the same logic.

[Edit after seeing your pictures] Without seeing more logic the writer may have been intending to preserve the mode status through a power off. Check for the corresponding logic which switches the status of these flags.
 
Last edited:

Similar Topics

So I would like to check the firmware on a stratix 5700 switch. Is there a switch status function in RSlogix 5000 that tells you the status and...
Replies
3
Views
7,271
Dear All, I want to ask about converting Status File from RSLogix 5 to RSLogix 5000. I know that RSLogix 5000 have no "status file" function on...
Replies
5
Views
3,145
Good Day all, I have a site where I'm using a Compactlogix L33ER Version 21.11 to connect to a Wiedmuller U-Connect I/O Rack setup using the...
Replies
5
Views
2,421
I have a s:7 status problem which is, as I could found related to the 0-7 racks of the plc (PLC 5) . However I tried to search in the GSV block...
Replies
2
Views
2,973
I'm trying to extract the fault status from a CompactLogix L33ER rev 20 and I cannot get the GSV intruction working on the Fault Routine. I...
Replies
1
Views
3,937
Back
Top Bottom