2 Instruction Descriptions
2-22
NJ-series Instructions Reference Manual (W502)
• In the following case, an error occurs and nothing is output.
• You specify an array element for the variable value and the element does not exist.
Example: A BOOL array a[0..5] is defined, but the instruction is executed using a[10] as the vari-
able.
• The following connections are possible.
• You can connect another Out instruction after an Out instruction.
• You can connect an LD instruction and Out instruction after an Out instruction.
• The following connections are not possible.
• You cannot connect only an LD instruction after an Out instruction.
• Functions and function blocks cannot be connected after an Out instruction.
• Branches and joins cannot be used after Out instructions.
Precautions for Correct Use
B
A
C
B
A
C
D
B
A
C
C
D
B
A
MOVE
EN ENO
In Out
B
A
B
A
D
C