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

Example 1:
If limit_switch_2 is cleared, this enables the next instruction (the rung-condition-
out is true).

Relay Ladder

Structured Text

IF NOT limit_switch_2 THEN
<statement>;
END_IF;
Example 2:
If S:V is cleared (indicates that no overflow has occurred), this enables the next
instruction (the rung-condition-out is true).
Relay Ladder
Structured Text
IF NOT S:V THEN
<statement>;
END_IF;
Rockwell Automation Publication 1756-RM003N-EN-P - October 2011
Bit Instructions (XIC, XIO, OTE, OTL, OTU, ONS, OSR, OSF, OSRI, OSFI)
Chapter 2
95

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents