Standard
RLL
Instructions
5--67
Standard RLL Instructions
Bit Operation Instructions
DL105 PLC User Manual, 3rd Edition
Bit Operation Instructions
SHFL
A aaa
Shift Left is a 32 bit instruction that shifts
the bits in the accumulator a specified
number (Aaaa) of places to the left. The
vacant positions are filled with zeros and
the bits shifted out of the accumulator are
discarded.
Operand Data Type
DL130 Range
A
aaa
V--memory
V
All (See page 4--29)
Constant
K
1--32
In the following example, when X1 is on, the value in V2000 and V2001 will be loaded
into the accumulator using the Load Double instruction. The bit pattern in the
accumulator is shifted 2 bits to the left using the Shift Left instruction. The value in the
accumulator is copied to V2010 and V2011 using the Out Double instruction.
2
C
ENT
Handheld Programmer Keystrokes
Direct
SOFT
LDD
V2000
X1
Load the value in V2000 and
V2001 into the accumulator
SHFL
K2
The bit pattern in the
accumulator is shifted 2 bit
positions to the left
OUTD
V2010
Copy the value in the
accumulator to V2010 and
V2011
0 0 1 1 0 0 0 1 0 0 0 0 0 0 0 1
V2010
1 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0
0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16
C 4 0 4
S
S
S
S
1 0 0 1 1 1 0 0 0 0 0 1 0 1 0 0
31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16
0 1 1 0 0 1 1 1 0 0 0 0 0 1 0 1
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16
31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16
Acc.
Acc.
V2011
9 C 1 4
6 7 0 5
3 1 0 1
Shifted out of the
accumulator
V2000
V2001
STR
$
SHFT
ANDST
L
3
D
3
D
SHFT
RST
S
7
H
5
F
ANDST
L
OUT
GX
SHFT
3
D
1
B
ENT
2
C
0
A
0
A
0
A
ENT
2
C
0
A
1
B
0
A
ENT
SHFT
Shift Left
(SHFL)
Summary of Contents for DL105
Page 2: ...DL105 PLC User Manual Manual Number D1 USER M...
Page 308: ...1B DL105 Error Codes In This Appendix Error Code Table...
Page 314: ...1C Instruction Execution Times In This Appendix Introduction Instruction Execution Times...
Page 324: ...1D Special Relays In This Appendix DL105 PLC Special Relays...
Page 327: ...1E PLC Memory In This Appendix DL105 PLC Memory...