DL06 Micro PLC User Manual, 3rd Edition, Rev. E
5-28
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 the BCD value in V-memory location V2000 = 5000 and
V2002 = 2345, Y3 will energize.
In the following example, when the BCD value in V-memory location V2000 = 5000 and
V2002 /= 2345, Y3 will energize.
V aaa B bbb
V aaa B bbb
2
C
3
D
4
E
5
F
ENT
5
F
0
A
ENT
0
A
0
A
2
C
STR
$
SHFT
4
E
0
A
0
A
0
A
AND
V
SHFT
4
E
2
C
0
A
0
A
2
C
OUT
GX
ENT
3
D
Y3
OUT
V2002
K2345
V2000
K5000
Direct
SOFT32
Handheld Programmer Keystrokes
2
C
3
D
4
E
5
F
ENT
5
F
0
A
ENT
0
A
0
A
2
C
STR
$
SHFT
4
E
0
A
0
A
0
A
AND
V
SHFT
4
E
2
C
0
A
0
A
2
C
OUT
GX
ENT
3
D
Y3
OUT
V2002
K2345
V2000
K5000
Direct
SOFT32
Handheld Programmer Keystrokes
Operand Data Type
DL06 Range
B
aaa
bbb
V-memory
V
See memory map
See memory map
Pointer
P
See memory map
See memory map
Constant
K
––
0–9999
DS Implied
HPP Used
DS Implied
HPP Used
Direct
SOFT
Direct
SOFT
And If Equal (ANDE)
The And If Equal instruction connects a normally open
comparative contact in series with another contact. The
contact will be on when Vaaa = Bbbb.
And If Not Equal (ANDNE)
The And If Not Equal instruction connects a normally
closed comparative contact in series with another
contact. The contact will be on when Vaaa does not
equal Bbbb.