Standard
RLL
Instructions
5--14
Standard RLL Instructions
Boolean Instructions
DL105 PLC User Manual, 3rd Edition
The Out instruction reflects the status of
the rung (on/off) and outputs the discrete
(on/off) state to the specified image
register point or memory location.
Aaaa
OUT
Multiple Out instructions referencing the same discrete location should not be used
since only the last Out instruction in the program will control the physical output
point. Instead, use the next instruction, the Or Out.
Operand Data Type
DL130 Range
A
aaa
Inputs
X
0--11
Outputs
Y
0--7
Control Relays
C
0--377
In the following Out example, when input X1 is on, output Y2 and Y5 will energize.
STR
$
1
B
ENT
OUT
GX
2
C
ENT
OUT
GX
ENT
5
F
Y2
OUT
X1
Y5
OUT
Handheld Programmer Keystrokes
Direct
SOFT
The Or Out instruction allows more than
one rung of discrete logic to control a
single
output.
Multiple
Or
Out
instructions referencing the same output
coil may be used, since
all
contacts
controlling the output are logically ORed
together. If the status of
any
rung is on,
the output will also be on.
A aaa
OR OUT
Operand Data Type
DL130 Range
A
aaa
Inputs
X
0--177
Outputs
Y
0--177
Control Relays
C
0--377
In the following example, when X1 or X4 is on, Y2 will energize.
STR
$
1
B
ENT
STR
$
ENT
4
E
Y2
OR OUT
X1
Y2
OR OUT
X4
Handheld Programmer Keystrokes
Direct
SOFT
INST#
O
5
F
3
D
ENT
ENT
2
C
ENT
2
C
ENT
INST#
O
5
F
3
D
ENT
ENT
DS
Used
HPP Used
Out
(OUT)
DS
Used
HPP Used
Or Out
(OR OUT)
Содержание DL105
Страница 2: ...DL105 PLC User Manual Manual Number D1 USER M...
Страница 308: ...1B DL105 Error Codes In This Appendix Error Code Table...
Страница 314: ...1C Instruction Execution Times In This Appendix Introduction Instruction Execution Times...
Страница 324: ...1D Special Relays In This Appendix DL105 PLC Special Relays...
Страница 327: ...1E PLC Memory In This Appendix DL105 PLC Memory...
Страница 329: ...1F European Union Directives CE In This Appendix European Union EU Directives Basic EMC Installation Guidelines...