DL06 Micro PLC User Manual, 3rd Edition, Rev. E
5-127
Chapter 5: Standard RLL Instructions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
A
B
C
D
In the following example, when X1 is on, the value in V2000 and V2001 is loaded into
the accumulator using the Load Double instruction. The BCD value in the accumulator is
converted to the binary (HEX) equivalent using the BIN instruction. The binary value in the
accumulator is copied to V2010 and V2011 using the Out Double instruction. (The handheld
programmer will display the binary value in V2010 and V2011 as a HEX value.)
BIN
St
an
da
rd
RL
L
In
st
ru
ct
io
ns
S T R
$
0
A
OUT
GX
S HF T
3
D
2
C
0
A
1
B
E NT
0
0
0
0
6
F
7
1
V2010
V2011
Handheld Programmer Keystrokes
Direct
S OF T 32
LDD
V2000
X1
BIN
1 0
0
0
0
1 0
1
0
0
1 0
1
0
0
1
0 0
0
0
0
0 0
0
0
0
0 0
0
0
1
0
8 4
2
1
8
4 2
1
8
4
2 1
8
4
2
1
8 4
2
1
8
4 2
1
8
4
2 1
8
4
2
1
Acc.
0
0
0
2
8
5
2
9
V2000
V2001
0
1 1
0
1
1
1 1
0
1
1
1 0
0
0
1
0
0 0
0
0
0
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
31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16
Acc.
1
2
4
8
1
6
3
2
6
4
1
2
8
2
5
6
5
1
2
1
0
2
4
2
0
4
8
4
0
9
6
8
1
9
2
1
6
3
8
4
3
2
7
6
8
6
5
5
3
6
1
3
1
0
7
2
2
6
2
1
4
4
5
2
4
2
8
8
1
0
4
8
5
7
6
2
0
9
7
1
5
2
4
1
9
4
3
0
4
8
3
8
8
6
0
8
1
6
7
7
7
2
1
6
3
3
5
5
4
4
3
2
6
7
1
0
8
8
6
4
1
3
4
2
1
7
7
2
8
2
6
8
4
3
5
4
5
6
5
3
6
8
7
0
9
1
2
1
0
7
3
7
4
1
8
2
4
2
1
4
7
4
4
8
3
6
4
8
OUT D
V2010
28529 = 16384 + 8192 + 2048 + 1024 + 512 + 256 + 64 + 32 + 16 + 1
1
B
E NT
S HF T
ANDS T
L
3
D
3
D
2
C
0
A
0
A
0
A
E NT
S HF T
1
B
8
I
T MR
N
E NT
Copy the binary data in the
accumulator to V2010 and V2011
Convert the BCD value in
the accumulator to the
binary equivalent value
Load the value in V2000 and
V2001 into the accumulator
BCD Value
Binary Equivalent Value
The Binary (HEX)
value copied to
V2010
Discrete Bit Flags
Description
SP63
On when the result of the instruction causes the value in the accumulator to be zero.
SP70
On anytime the value in the accumulator is negative.
SP75
On when a BCD instruction is executed and a NON–BCD number was encountered.
DS
Used
HPP Used
Direct
SOFT
Number Conversion Instructions
(Accumulator)
Binary (BIN)
The Binary instruction converts a BCD value in the accumulator
to the equivalent binary, or decimal, value. The result resides in
the accumulator.