wirenerd
← All Lessons
Lesson 4 · Motor Control

Three-Wire Control: Start/Stop with Seal-In

This is the most important circuit in motor control. Once the seal-in clicks for you, you understand the trick at the heart of nearly every industrial panel.

The problem it solves

We want to start a motor by tapping a Start button and stop it by tapping a Stop button. But buttons are momentary — they spring back the instant you let go. So how does the motor keep running after you release Start? The circuit needs a way to remember that it was started. That memory is the seal-in (also called the holding contact or maintaining contact).

The three pieces

L1 L2/N STOP (NC) START (NO) M M (seal-in) The seal-in M contact is in PARALLEL with Start. When coil M energizes, it closes — providing a path around Start so the coil stays energized after you release the button.
Three-wire start/stop. Stop (NC) and Start (NO) in series with coil M; the M seal-in contact bridges around Start to hold the circuit in.

Walk through what happens

  1. At rest: Stop is closed (NC), Start is open, the seal-in M is open. No path to the coil. Motor off.
  2. Press Start: now there's a path — through Stop, through Start, to the coil. Coil M energizes and the contactor pulls in. The motor runs. At the same instant, coil M closes its seal-in contact.
  3. Release Start: Start springs back open — but it no longer matters. Current now flows through the seal-in contact instead, which is held closed by the very coil it's feeding. The circuit holds itself in. The motor keeps running.
  4. Press Stop: the NC Stop button opens and breaks the whole rung. Coil M drops out, the contactor releases, the motor stops — and the seal-in contact opens again. Release Stop and nothing restarts, because Start is open and the seal-in is open. You're back at rest.
Why it's safe: after a power failure the coil is de-energized, so the seal-in is open. When power returns, the motor stays off until a person presses Start. That manual restart is exactly what two-wire control can't do — and it's why machinery uses three-wire.

The mental model

Think of the seal-in as the circuit "latching" itself. Start is a momentary nudge that gets the coil going; the coil then reaches back and holds its own door open through the seal-in contact. Stop is the one thing that can break the latch. This latch-and-break pattern shows up everywhere once you start looking — it's the foundation of relay logic.

What to take away

Three-wire control = NC Stop, NO Start, and a coil-driven seal-in contact in parallel with Start. The momentary Start kicks it off, the seal-in holds it, and Stop breaks it. It requires a deliberate restart after power loss, which is what makes it safe for machinery.

Now build it yourself

This is the one to build. In the Sandbox: Power → Push Button NC (Stop) → Push Button NO (Start) → Coil "M". Add a NO Contact assigned to "M" wired in parallel across the Start button. Energize, tap Start, and watch it stay running after you let go. Then tap Stop.

Open the Sandbox →