DL06 Micro PLC User Manual, 3rd Edition, Rev. E
5-14
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 And example, when input X1 and X2 are on output Y5 will energize.
In the following And Not example, when input X1 is on and X2 is off output Y5 will
energize.
Aaaa
Aaaa
STR
$
1
B
ENT
2
C
ENT
OUT
GX
5
F
ENT
AND
V
Y5
OUT
X1
X2
Handheld Programmer Keystrokes
Direct SOFT32
ANDN
W
STR
$
1
B
ENT
2
C
ENT
OUT
GX
5
F
ENT
X1
Y5
OUT
X2
Handheld Programmer Keystrokes
Direct SOFT32
Operand Data Type
DL06 Range
A
aaa
Inputs
X
0–777
Outputs
Y
0–777
Control Relays
C
0–1777
Stage
S
0–1777
Timer
T
0–377
Counter
CT
0–177
Special Relay
SP
0–777
DS Implied
HPP Used
DS Implied
HPP Used
Direct
SOFT
Direct
SOFT
AND (AND)
The AND instruction logically ands a normally open
contact in series with another contact in a rung. The
status of the contact will be the same state as the
associated image register point or memory location.
AND NOT (ANDN)
The AND NOT instruction logically ands a normally
closed contact in series with another contact in a rung.
The status of the contact will be opposite the state of
the associated image register point or memory location