Rockwell Automation Publication 1756-RM003N-EN-P - October 2011 101
Bit Instructions (XIC, XIO, OTE, OTL, OTU, ONS, OSR, OSF, OSRI, OSFI) Chapter 2
Example: When enabled, the OTU instruction clears light_2.
Relay Ladder
Structured Text
IF BOOL_expression THEN
light_2 := 0;
END_IF;