32.4.2.2 Explanation of the OUT Instruction
-
Use an OUT instruction to output an ON or OFF
result. Use the SET and RST instructions to turn ON or OFF external
outputs or internal coils.
-
Only one OUT instruction can be used in one rung.
If a branch instruction is used, multiple OUT instructions can be
used.
-
Place OUT instructions immediately to the left of
the right power bar.
Program Example
When the bit variable (Start) turns ON, the
bit variable (Motor) of the OUT instruction turns ON.
When the bit variable (Start) turns OFF, the
bit variable (Motor) of the OUT instruction turns OFF.
|