DL06 Micro PLC User Manual, 3rd Edition, Rev. E
5-10
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 Store example, when input X1 is on, output Y2 will energize.
In the following Store Not example, when input X1 is off output Y2 will energize.
Aaaa
Aaaa
STR
$
1
B
ENT
OUT
GX
2
C
ENT
Handheld Programmer Keystrokes
Direct SOFT32
Y2
OUT
X1
STRN
SP
1
B
ENT
OUT
GX
2
C
ENT
Y2
OUT
X1
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 C
CT
0–177
Special Relay
SP
0–777
DS
Used
HPP Used
Direct
SOFT
Direct
SOFT
Boolean Instructions
Store (STR)
The Store instruction begins a new rung or an additional
branch in a rung with a normally open contact. Status of the
contact will be the same state as the associated image register
point or memory location.
Store Not (STRN)
The Store Not instruction begins a new rung or an additional
branch in a rung with a normally closed contact. Status of
the contact will be opposite the state of the associated image
register point or memory location.
DS
Used
HPP Used