96 Rockwell Automation Publication 1756-RM003N-EN-P - October 2011
Chapter 2 Bit Instructions (XIC, XIO, OTE, OTL, OTU, ONS, OSR, OSF, OSRI, OSFI)
Output Energize (OTE)
The OTE instruction sets or clears the data bit.
Operands:
Relay Ladder
Structured Text
Structured text does not have an OTE instruction, but you can achieve the same
results by using a non-retentive assignment.
data_bit [:=] BOOL_expression;
See Function Block Attributes
for information on the syntax of assignments and
expressions within structured text.
Description: When the OTE instruction is enabled, the controller sets the data bit. When the
OTE instruction is disabled, the controller clears the data bit.
Arithmetic Status Flags: Not affected
Fault Conditions: None
Execution:
Operand Type Format Description
Data bit BOOL Tag Bit to be set or cleared
Condition Relay Ladder Action
Prescan The data bit is cleared.
The rung-condition-out is set to false.
Rung-condition-in is false The data bit is cleared.
The rung-condition-out is set to false.
Rung-condition-in is true The data bit is set.
The rung-condition-out is set to true.
Postscan The data bit is cleared.
The rung-condition-out is set to false.