DL06 Micro PLC User Manual, 3rd Edition, Rev. E
5-33
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 or X2 is on, Y5 will energize.
In the following example, when X1 is on or X2 is off, Y5 will energize.
In the following example, when X1 and X2 are on, Y5 will energize.
In the following example, when X1 is on and X2 is off, Y5 will energize.
1
B
ENT
ENT
2
C
ENT
5
F
X1
X2
Y5
OUT
Handheld Programmer Keystrokes
Direct
SOFT32
STR
$
OR
Q
SHFT
8
I
OUT
GX
ENT
5
F
ENT
2
C
1
B
ENT
X1
X2
Y5
OUT
Handheld Programmer Keystrokes
Direct
SOFT32
STR
$
SHFT
8
I
ORN
R
OUT
GX
aaa
X
aaa
X
OUT
GX
X1
X2
Y5
OUT
Handheld Programmer Keystrokes
Direct
SOFT32
STR
$
1
B
ENT
AND
V
SHFT
8
I
ENT
2
C
ENT
5
F
X1
X2
Y5
OUT
Handheld Programmer Keystrokes
Direct
SOFT32
STR
$
ANDN
W
SHFT
8
I
OUT
GX
1
B
ENT
ENT
2
C
ENT
5
F
Operand Data Type
DL06 Range
aaa
Inputs
X
0–777
Operand Data Type
DL06 Range
aaa
Inputs
X
0–777
DS Implied
HPP Used
DS Implied
HPP Used
Direct
SOFT
Direct
SOFT
Direct
SOFT
Direct
SOFT
And Immediate (ANDI)
The And Immediate instruction connects two contacts in
series. The status of the contact will be the same as the
status of the associated input point at the time the instruction
is executed. The image register is not updated.
And Not Immediate (ANDNI)
The And Not Immediate instruction connects two contacts
in series. The status of the contact will be opposite the status
of the associated input point at the time the instruction is
executed. The image register is not updated.