DL06 Micro PLC User Manual, 3rd Edition, Rev. E
5-23
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 is on, Y2 through Y5 will energize.
In the following example when X1 is on, Y2 through Y5 will be reset or de–energized.
SET
X1
Y2
Y5
Handheld Programmer Keystrokes
Direct
SOFT32
STR
$
1
B
ENT
SET
X
ENT
2
C
5
F
A aaa
SET
aaa
Optional
memory range
A aaa
RST
aaa
Optional
Memory range
.
STR
$
1
B
ENT
RST
S
2
C
RST
X2
Y2
Y5
Handheld Programmer Keystrokes
Direct
SOFT32
ENT
5
F
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
DS
Used
HPP Used
DS
Used
HPP Used
Direct
SOFT
Direct
SOFT
Set (SET)
The Set instruction sets or turns on an image register point/
memory location or a consecutive range of image register
points/memory locations. Once the point/location is set it
will remain on until it is reset using the Reset instruction. It
is not necessary for the input controlling the Set instruction
to remain on.
Reset (RST)
The Reset instruction resets or turns off an image register
point/memory location or a range of image registers points/
memory locations. Once the point/location is reset, it is not
necessary for the input to remain on.