126
5 SEQUENCE INSTRUCTIONS
5.4 Shift Instructions
â– When bit of word device is specified:
• This instruction shifts the 1/0 status of the bit before the bit specified by (d) to the bit specified by (d). The bit before the bit
specified by (d) becomes 0.
When D0.5 (bit 5 (b5) of D0) is specified by the SFT(P) instruction and the SFT(P) instruction is executed, the 1/0 status of b4
of the D0 is shifted to b5 and b4 is set to 0.
Error code
(SD0/SD8067)
Remarks
2820 The device specified by (d) exceeds the corresponding device range.
0000000
b15 b5 b4 b0
0
11111000 1
0001000101110001
……
D0
Before shift
execution
After shift
execution