Rockwell Automation Publication 1756-RM003N-EN-P - October 2011 437
Sequencer Instructions (SQI, SQO, SQL) Chapter 10
Description: When enabled, the SQI instruction compares a Source element through a Mask
to an Array element for equality.
Typically use the same CONTROL structure as the SQO and SQL instructions.
The SQI instruction operates on contiguous memory.
Enter an Immediate Mask Value
When you enter a mask, the programming software defaults to decimal values. If
you want to enter a mask by using another format, precede the value with the
correct prefix.
Arithmetic Status Flags: Not affected
Fault Conditions: None
Execution:
Prefix Description
16# Hexadecimal
For example; 16#0F0F
8# Octal
For example; 8#16
2# Binary
For example; 2#00110011