Rockwell Automation Publication 1756-RM003N-EN-P - October 2011 441
Sequencer Instructions (SQI, SQO, SQL) Chapter 10
Description: When enabled, the SQO instruction increments the position, moves the data at
the position through the Mask, and stores the result in the Destination. If .POS >
.LEN, the instruction wraps around to the beginning of the sequencer array and
continues with .POS = 1.
Typically, use the same CONTROL structure as the SQI and SQL instructions.
The SQO 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
Prefix Description
16# Hexadecimal
For example; 16#0F0F
8# Octal
For example; 8#16
2# Binary
For example; 2#00110011