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
Point A
When the bit variable (Start) turns ON, the bit variable (Motor) of the OUT instruction turns ON.
Point B
When the bit variable (Start) turns OFF, the bit variable (Motor) of the OUT instruction turns OFF.