Standard
RLL
Instructions
5--46
Standard RLL Instructions
Accumulator / Stack Load and Output Data Instructions
DL105 PLC User Manual, 3rd Edition
LDD
A aaa
The Load Double instruction is a 32 bit
instruction that loads the value (Aaaa),
which
is
either
two
consecutive
V--memory locations or an 8 digit constant
value, into the accumulator.
Operand Data Type
DL230 Range
A
aaa
V--memory
V
All (See page 4--29)
Pointer
P
All V mem. (See page 4--29)
Constant
K
0--FFFFFFFF
Discrete Bit Flags
Description
SP76
on when the value loaded into the accumulator by any instruction is zero.
NOTE:
Two consecutive Load instructions will place the value of the first load
instruction onto the accumulator stack.
In the following example, when X1 is on, the 32 bit value in V2000 and V2001 will be
loaded into the accumulator and output to V2010 and V2011.
1
B
ENT
2
C
0
A
0
A
0
A
ENT
2
C
0
A
1
B
0
A
ENT
Handheld Programmer Keystrokes
Direct
SOFT
LDD
V2000
X1
Load the value in V2000 and
V2001 into the 32 bit
accumulator
OUTD
V2010
Copy the value in the 32 bit
accumulator to V2010 and
V2011
V2010
Acc.
V2000
5 0 2 6
5 0 2 6
6 7 3 9
5 0 2 6
V2001
6 7 3 9
V2011
6 7 3 9
STR
$
SHFT
ANDST
L
3
D
3
D
OUT
GX
SHFT
3
D
Load Double
(LDD )
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...