D-46
Mnemonic Function
INV Inverting Operation
Operand None
Explanations:
Inverting the operation result and use the new data as an operation result.
Program Example:
Ladder diagram: Command code: Operation:
X0
Y1
LD X0 Load A contact of X0
INV Inverting the operation result
OUT Y1 Drive Y1 coil
Mnemonic Function
OUT Output coil
Operand
X0~X17 Y0~Y17 M0~M159 T0~15 C0~C7 D0~D29
--
-- -- --
Explanations:
Output the logic calculation result before the OUT command to specific device.
Motion of coil contact
Operation
result
OUT command
Coil
Contact
A contact (normally open) B contact (normally closed)
FALSE OFF Non-continuity Continuity
TRUE ON Continuity Non-continuity
Program Example:
Ladder diagram: Command code: Operation:
X0 X1
Y1
LDI X0 Load contact B of X0
AND X1 Connect to contact A of X1 in
series
OUT Y1 Drive Y1 coil