Relay Ladder; Structured Text - Allen-Bradley Logix5000 Reference Manual

1756 controllogix, 1768 compactlogix, 1769 compactlogix, 1789 softlogix, 1794 flexlogix, powerflex 700s with drivelogix
Hide thumbs Also See for Logix5000:
Table of Contents

Advertisement

Chapter 2
Bit Instructions (XIC, XIO, OTE, OTL, OTU, ONS, OSR, OSF, OSRI, OSFI)
92
Example 1:
If limit_switch_1 is set, this enables the next instruction (the rung-condition-out
is true).

Relay Ladder

Structured Text

IF limit_switch THEN
<statement>;
END_IF;
Example 2:
If S:V is set (indicates that an overflow has occurred), this enables the next
instruction (the rung-condition-out is true).
Relay Ladder
Structured Text
IF S:V THEN
<statement>;
END_IF;
Rockwell Automation Publication 1756-RM003N-EN-P - October 2011

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents