Rockwell Automation Publication 1756-RM003N-EN-P - October 2011 99
Bit Instructions (XIC, XIO, OTE, OTL, OTU, ONS, OSR, OSF, OSRI, OSFI) Chapter 2
Example: When enabled, the OTL instruction sets light_2. This bit remains set until it is
cleared, typically by an OTU instruction.
Relay Ladder
Structured Text
IF BOOL_expression THEN
light_2 := 1;
END_IF;