90 Rockwell Automation Publication 1756-RM003N-EN-P - October 2011
Chapter 2 Bit Instructions (XIC, XIO, OTE, OTL, OTU, ONS, OSR, OSF, OSRI, OSFI)
Examine If Closed (XIC)
The XIC instruction examines the data bit to see if it is set.
Operands:
Relay Ladder
Structured Text
Structured text does not have an XIC instruction, but you can achieve the same
results by using an IF…THEN construct.
IF data_bit THEN
<statement>;
END_IF;
See Function Block Attributes
for information on the syntax of constructs within
structured text.
Description: The XIC instruction examines the data bit to see if it is set.
Arithmetic Status Flags: Not affected
Fault Conditions: None
Operand Type Format Description
Data bit BOOL Tag Bit to be tested