Schematex
ladder·IEC 61131-3·industrial·complexity 1/3

Motor start/stop seal-in circuit

Open in Playground →
ladder·§ IEC 61131-3
↘ preview
100%
Motor Start/Stop PLC ladder logic diagram with 1 rung Motor Start/Stop Rung 001 — Seal-in circuit — Start Button START_PB IN 1.0 Aux Contact MOTOR_AUX BIT 3.0 Stop Button STOP_PB IN 1.1 Motor Command MOTOR_CMD OUT 2.0
UTF-8 · LF · 9 lines · 285 chars✓ parsed·2.6 ms·4.8 KB SVG

Scenario

Every controls engineer learns the three-wire motor start/stop circuit before writing their first PLC program. It appears verbatim in IEC 61131-3 training materials, Allen-Bradley certification exams, and factory acceptance tests worldwide. The seal-in contact latches the motor ON after the momentary start pushbutton is released — the fundamental pattern for any maintained-output logic.

Annotation key

How to read

The rung reads left to right. Power flows if either the start button (XIC START_PB) or the aux contact (XIC MOTOR_AUX) is closed, and the stop button (XIO STOP_PB) is not pressed. When the output coil (OTE MOTOR_CMD) energizes the motor, it also drives the aux contact bit — latching the rung high. Pressing STOP breaks the series path and de-energizes the rung, dropping the motor and the seal-in simultaneously.

Ladder syntax