136
5 SEQUENCE INSTRUCTIONS
5.4 Shift Instructions
Shifting n-word data to the left by n word(s)
WSFL(P)
This instruction shifts (n1) words of data to the left by (n2) word(s) from the device specified by (d).
■Descriptions, ranges, and data types
*1 Set so that n2n1.
■Applicable devices
• This instruction shifts (n1) words of data to the left by (n2) word(s) from the device specified by (d). After the shift, (n2)
points from (s) are set into (n2) points from (d).
• This instruction sets the specified value for (n2) points of devices from (d) + (n1-n2) after the shift when K is specified for
(s).
• When the value specified for (n1) or (n2) is 0, the processing is not performed.
Ladder diagram Structured text
ENO:=WSFL(EN,s,n1,n2,d);
ENO:=WSFLP(EN,s,n1,n2,d);
Operand Remarks Range Data type Data type (label)
(s) Head device number stored to the shift data after the shift Word ANY16
(d) Head device number to be shifted Word ANY16
(n1)
*1
Data length of shift data 0 to 65535 16-bit unsigned binary ANY16_U
(n2)
*1
Number of shifts 0 to 65535 16-bit unsigned binary ANY16_U
Operand Bit Word Double word Indirect
specification
Constant Others
X, Y, M, L,
SM, F, B, SB
U\G T, ST,
C, LC
T, ST, C, D,
W, SD, SW, R
U\G Z LC LZ K, H E $
(s)
(d)
(n1)
(n2)
Error code
(SD0/SD8067)
Remarks
2820 The (n2) points of data starting from the device specified by (s) exceed in the corresponding device.
The (n1) points of data starting from the device specified by (d) exceed in the corresponding device.
2821 The transfer source data (s) overlaps with shift device (d).
3405 A constant other than K0 or K1 is specified when the constant (s) is specified.
The values specified in (n1) and (n2) are such that (n1)<(n2).
10H 0H 7FFH 3AH 1FH 30H 0H FFH
1FFH
0H 0H0H0H3AH 1FH 30H 0H FFH
(n1)
(n2)
(d)+8 (d)+7 (d)+6 (d)+5 (d)+4 (d)+3 (d)+2 (d)+1 (d)
(d)+8 (d)+7 (d)+6 (d)+5 (d)+4 (s)+3 (s)+2 (s)+1 (s)