DL06 Micro PLC User Manual, 3rd Edition, Rev. E
5-26
Chapter 5: Standard RLL Instructions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
A
B
C
D
Comparative Boolean
In the following example, when the BCD value in V-memory location V2000 = 4933, Y3
will energize.
In the following example, when the value in V-memory location V2000 /= 5060, Y3 will
energize.
V aaa
B bbb
V aaa
B bbb
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
V2000
K4933
Y3
OUT
Direct
SOFT32
Handheld Programmer Keystrokes
STR
$
SHFT
4
E
2
C
0
A
0
A
0
A
4
E
9
J
3
D
3
D
ENT
OUT
GX
ENT
3
D
Y3
OUT
V2000
K5060
Direct
SOFT32
Handheld Programmer Keystrokes
SHFT
OUT
GX
ENT
3
D
4
E
2
C
0
A
0
A
0
A
STRN
SP
5
F
0
A
ENT
6
G
0
A
DS Implied
HPP Used
DS Implied
HPP Used
Direct
SOFT
Direct
SOFT
Store If Equal (STRE)
The Store If Equal instruction begins a new rung or additional
branch in a rung with a normally open comparative contact. The
contact will be on when Vaaa equals Bbbb .
Store If Not Equal (STRNE)
The Store If Not Equal instruction begins a new rung or
additional branch in a rung with a normally closed comparative
contact. The contact will be on when Vaaa does not equal Bbbb.