32.4.2.3 Explanation of the OUTN Instruction

Program Example

Point A When the bit variable (Start) turns ON, the bit variable (Motor) of the OUTN instruction turns OFF.

Point B When the bit variable (Start) turns OFF, the bit variable (Motor) of the OUTN instruction is turned ON.

When using multiple OUT and OUTN instructions

The example above shows how to use multiple OUT instructions by branching OUT instructions. An error will occur if OUT_001 and OUT_002 are placed in a series.