2-21
2 Instruction Descriptions
NJ-series Instructions Reference Manual (W502)
Ladder Diagram Instructions
2
Out and OutNot
z OutNot
The OutNot instruction takes the inverse of the logical result from the previous instruction and outputs it
to a specified BOOL variable.
The following figure shows a programming example and timing chart.
• The Set and Reset instructions operate only when the input value changes to TRUE. They do not
operate when the input value is FALSE. When the input value is FALSE, the output does not change.
• The Out and OutNot instructions affect the output whether the logical result of the previous instruction
is TRUE or FALSE.
Logic processing result from
previous instruction
Output
TRUE FALSE
FALSE TRUE
Additional Information
Differences between the Set and Reset Instructions and the Out and
OutNot Instructions
Instruction executed
A
B1
B4
B2
B3
A
B1
B2
B3
B4
TRUE
FALSE
TRUE
FALSE
TRUE
FALSE
TRUE
FALSE
TRUE
FALSE