DL06 Micro PLC User Manual, 3rd Edition, Rev. E
5-100
Chapter 5: Standard RLL Instructions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
A
B
C
D
NOTE: Status flags are valid only until another instruction uses the same flag.
In the following example, when X1 is on, the value in V1400 and V1401 will be loaded into the
accumulator using the Load Double instruction. The binary value in the accumulator is added
with the binary value in V1420 and V1421 using the Add Binary Double instruction. The
value in the accumulator is copied to V1500 and V1501 using the Out Double instruction.
ADDBD
A aaa
LDD
V1400
X1
ADDBD
V1420
The binary value in the
accumulator is added with the
value in V1420 and V1421
OUTD
V1500
Copy the value in the
accumulator to V1500
and V1501
1 1
1 0 0 0
0 1
0 0 0 0
A
A
(Accumulator)
+ 1
0
0 0
C
0
0 A 0 1
V1500
0
(V1421 and V1420)
C
V1400
A 1 1
V1401
V1501
1 0 0 0
0 0 0
C 0 1 0
Acc.
Load the value in V1400
and V1401 into the
accumulator
LDD
BIN
K2561
Use either OR Constant
V-memory
Direct
SOFT
Handheld Programmer Keystrokes
S T R
X(IN)
1
LD
V
1
4
0
0
OUT
V
1
5
0
0
V
1
4
0
ADD
2
S HF T
D
S HF T
S HF T
D
S HF T
S HF T
D
S HF T
B
Operand Data Type
DL06 Range
A
aaa
V-memory
V
See memory map
Pointer
P
See memory map
Constant
K
0-FFFF FFFF
Discrete Bit Flags
Description
SP63
On when the result of the instruction causes the value in the accumulator to be zero.
SP66
On when the 16-bit addition instruction results in a carry.
SP67
On when the 32-bit addition instruction results in a carry.
SP70
On anytime the value in the accumulator is negative.
SP73
On when a signed addition or subtraction results in an incorrect sign bit.
Handheld Programmer Keystrokes
STR
$
SHFT
3
D
3
D
OUT
GX
SHFT
3
D
1
B
ENT
3
D
1
B
0
A
1
B
4
E
2
C
0
A
ENT
SHFT
ANDST
L
3
D
1
B
4
E
0
A
0
A
ENT
3
D
1
B
5
F
0
A
0
A
ENT
DS
Used
HPP Used
Add Binary Double (ADDBD)
Add Binary Double is a 32-bit instruction that adds the binary
value in the accumulator with the value (Aaaa), which is either
two consecutive V-memory locations or an 8-digit (max.) binary
constant. The result resides in the accumulator.