Contact Us
Blog / Start-Stop Circuit Guide: Components, Working Principles, and Wiring Methods

Start-Stop Circuit Guide: Components, Working Principles, and Wiring Methods

Posted: February, 2023 Writer: ​NextPCB Share: NEXTPCB Official youtube NEXTPCB Official Facefook NEXTPCB Official Twitter NEXTPCB Official Instagram NEXTPCB Official Linkedin NEXTPCB Official Tiktok NEXTPCB Official Bksy

The start-stop circuit is one of the most fundamental and widely used control patterns in industrial automation. Whether you are reading a start stop circuit diagram for the first time or designing a motor start stop circuit diagram for a production line, understanding how this circuit works is essential for any engineer or technician working with motor control systems.

At its core, the start-stop circuit is a stop-dominant Ladder Logic Programming pattern — a direct extension of the Sealed Coil design. Unlike the State Coil (which is "trigger dominant," meaning the trigger condition takes precedence over the break condition), the start-stop circuit always prioritizes the stop command for safety. When the PLC is powered off or the ladder logic program is reset, the Run coil returns to a de-energized (off) state — ensuring motors and other components remain off until the control logic explicitly turns them on.

In this article,

Simple Explanation

A start-stop circuit is an electrical control circuit built around a single push button (or a pair of push buttons) for turning electrical devices — such as motors or machinery — on and off. In addition to the start stop push button circuit elements, these control circuits also incorporate relays or contactors, overload relays, and auxiliary contacts. They are commonly found in industrial machinery such as conveyor belt control circuits, pump controllers, and HVAC systems. The control circuit determines precisely when a component or motor should start and stop operating.

Start-Stop Circuit Diagram Overview

Before diving into individual components, it helps to understand what a complete start stop circuit diagram looks like. The start stop wiring diagram below represents the standard relay-based motor control layout used across most industrial applications.

A typical motor start stop circuit diagram consists of:

  • A normally open (NO) Start push button — momentarily closes to energize the contactor coil
  • A normally closed (NC) Stop push button — breaks the circuit when pressed
  • A contactor or relay coil — energizes to close the main power contacts and hold itself in via an auxiliary seal-in contact
  • An overload relay — provides overcurrent protection for the motor
  • A motor — the controlled load connected through the main contactor contacts

The 3 wire start stop circuit diagram is the most widely used configuration in industrial environments because it provides inherent undervoltage protection: if power is lost, the circuit de-energizes and will not restart automatically when power is restored. This makes it far safer than the 2-wire alternative for most motor control applications. We cover both wiring methods in detail in the sections below.

Components Needed for a Start-Stop Circuit

A start-stop circuit is made up of several distinct components. Here is a breakdown of each part and its role in the circuit:

Buttons

In a start stop push button circuit, the push buttons and their contacts are responsible for starting and stopping current flow. The Start button is typically a normally open (NO) momentary contact switch, while the Stop button uses a normally closed (NC) momentary contact. Together they form the basic user interface of the control circuit.

Push Button

Relay

Electric or electromagnetic switches — including relays and contactors — open or close circuits in response to a control signal. Contactors and relays are related but distinct: relays are typically used for switching smaller control currents, while contactors are designed for larger motor-load currents.

In a start-stop circuit, contactors are normally open (NO) and must have their coils energized to close. Standard relays can be either normally open (NO) or normally closed (NC). Energizing the relay coil switches a NO contact to closed, and an NC contact to open. The relay's amplification effect allows a low-voltage control circuit (such as 24V DC) to switch and control a high-voltage load circuit — this is the fundamental principle behind all relay control PCB designs used in industrial systems.

Relay

Motor

Electric motors are the most common load in start-stop control circuits. Conveyor belts, pumps, compressors, and other process machinery that require controlled movement all rely on start-stop motor control. Electric motors convert electrical energy into mechanical energy using electromagnetic principles — specifically, the interaction between a current-carrying conductor and a magnetic field to generate rotational torque.

Industrial motors are standardized for convenient integration into control systems. They range from small fractional-horsepower units to massive machines exceeding 100 megawatts used in ship propulsion, pipeline compression, and pumped-storage applications.

A-coil-of-an-electrical-motor

Overload Relay

Overload relays are protective devices that open an electrical circuit when a thermal or electrical overload is detected. They are normally closed (NC) under normal operating conditions — meaning they only intervene and break the circuit when an overload occurs.

Overload relay ratings vary by application, so always verify the relay's current rating matches the motor's full-load amperage before installation. Correct sizing protects both the motor and the other components in your circuit.

Overload-relay

Required Electrical Supply

Most industrial control circuits use 24V DC as the control voltage. The specific voltage level depends on how your start-stop circuit is configured and which components you are using. For example, if your start-stop circuit controls a 24V contactor coil, the motor's main power supply (which may be three-phase 400V AC) remains completely separate from the 24V control circuit. This keeps control voltage low and safe, while the 24V coil signals the contactor when to energize and start the motor.

For direct single-phase motor control, higher-rated contacts (such as 240V contacts) can be used to switch the motor supply directly without an intermediate contactor.

How Does the Start-Stop Circuit Work?

The start-stop circuit relies on the interaction of relays, push buttons, motors, and overload relays. In the diagrams below, black lines represent de-energized (unpowered) components, while highlighted areas indicate the active current flow path.

Initial state (unpowered) start-stop circuit

OFF State: The circuit is shown in its initial, unpowered state. The normally closed Stop button is closed, while the normally open Start button is open. The contactor/relay coil is de-energized, and the motor is disconnected from its power supply. A control voltage of 24V is available at the supply terminals but no current flows through the coil.

Active state of the circuit

ON State: When the Start button is momentarily pressed, current flows through the circuit and energizes the contactor coil. The contactor closes its main power contacts (supplying voltage to the motor) and simultaneously closes its auxiliary seal-in contact in parallel with the Start button. This seal-in contact maintains current flow to the coil even after the Start button is released — the circuit is now self-latching and the motor continues to run.

Condition of the stop button pressed

STOP State: Pressing the Stop button (normally closed) breaks the control circuit. The coil loses power, the contactor opens its main contacts (disconnecting the motor), and the seal-in contact also opens. The circuit returns to its initial OFF state. Pressing Start again will restart the sequence.

Start-Stop Circuit Wiring Methods

There are two standard ways to wire a start-stop control circuit: two-wire control and three-wire control. Knowing how to wire a start stop circuit correctly for your application is critical for both safety and reliable operation.

Method 1 – 2-Wire Control

A 2-wire control circuit uses a single maintained-contact pilot device (such as a toggle switch, pressure switch, or limit switch) wired in series with the contactor coil. Only two wires connect the pilot device to the starter. When the pilot device contact is closed, the coil energizes and the motor runs; when the contact opens, the motor stops.

Start Stop circuit for 2-wire method

The 2-wire control circuit is used in applications where the circuit must resume operation automatically after a power interruption — for example, a pump controlled by a float switch. If power is lost while the pilot device is still closed, the motor will restart automatically when power is restored. This automatic restart behavior is a key distinction from 3-wire control.

Operating Process

  • If the single-pole switch (S1) is closed, the motor starter coil is energized and the motor runs for as long as the switch remains closed.
  • If S1 is left open, a secondary pilot device (such as a liquid level switch) in parallel takes over control of the motor starter.
  • Because either switch can energize the starter coil at any time, the motor will restart automatically after a power outage if either contact is still closed — making 2-wire control appropriate only for applications where automatic restart is intentional and safe.

Method 2 – 3-Wire Control

Start Stop circuit for 3-wire control circuit

The 3 wire start stop circuit diagram is the standard for most industrial motor control applications. It uses three wires to connect the pilot device station to the motor starter: one wire for the Stop button, one for the Start button, and one common return. The Start button is a normally open (NO) momentary switch; the Stop button is a normally closed (NC) momentary switch. An auxiliary seal-in contact wired in parallel with the Start button maintains coil power after the Start button is released.

The key safety advantage of 3-wire control is undervoltage protection: if power is interrupted for any reason, the coil de-energizes, the seal-in contact opens, and the circuit will not restart until the Start button is deliberately pressed again. This prevents unexpected motor restart after a power outage — a critical safety requirement in most industrial settings.

Operating Process

  • Momentarily pressing the Start pushbutton sends current through to the contactor coil, energizing it.
  • When the coil energizes, the armature closes the main motor contacts and simultaneously closes the auxiliary seal-in contact in parallel with the Start button.
  • The motor receives full line voltage and continues running even after the Start button is released, because the seal-in contact maintains the coil circuit.
  • Pressing the Stop pushbutton breaks the control circuit through the seal-in contact path, de-energizing the coil and disconnecting the motor from the line.
  • In the event of a power outage, the circuit automatically de-energizes. The Start button must be pressed again to restart the motor when power is restored.

Start-Stop Jog Circuit

Jog input- start stop circuit

A jog circuit adds a third control mode to the standard start-stop configuration. When the Start button is pressed normally, current flows through both the push button and the seal-in contact, latching the circuit so the motor runs continuously. In jog mode, however, the seal-in contact is bypassed or broken — meaning the motor only runs while the jog button is held down, and stops immediately when it is released. This is useful for inching a load into a precise position during setup or maintenance.

The coil can be de-energized in multiple ways: the motor's overload contacts opening on an overcurrent fault, the Stop button breaking the seal-in contact path, or entering jog mode. To re-energize the coil and resume continuous run mode, the Start button must be pressed again.

Start-Stop Circuit with a Motor Connected

Current flow after button pressing

The diagram above shows a complete motor start stop circuit diagram with the motor connected to the power circuit through the main contactor contacts. Each time current flows through the contactor coil, the main contacts close and the motor starts. When the coil de-energizes, the contacts open and the motor stops.

Stop button pressed- stops the flowing of current

Ready to take your motor control circuit from schematic to PCB? NextPCB specializes in motor control PCB assembly and industrial control PCB  manufacturing — from quick-turn prototypes to high-volume production runs. Our REV0 PCBA service is specifically designed to get your first board built fast and right.

Start-Stop Circuit PLC Ladder Logic Example

In modern industrial automation, the classic relay-based start-stop circuit is often replaced or supplemented by a PLC (Programmable Logic Controller) implementation. The start stop circuit PLC example below demonstrates how the same logic is represented in a start stop ladder logic diagram.

A basic start stop ladder logic diagram consists of two rungs:

  • Rung 1 (Control Logic): The Start button contact (NO) is wired in series with a Stop button contact (NC) and the motor output coil (M). A sealed-in contact from the motor coil (M) is wired in parallel with the Start button contact, providing the latch-in function.
  • Rung 2 (Output): The motor coil output bit (M) is used to drive the physical contactor output, which in turn switches the motor on or off.

In PLC ladder logic, the Start input is typically assigned to a normally open (NO) instruction, and the Stop input to a normally closed (NC) instruction. This mirrors the physical wiring of a 3-wire start stop circuit. The seal-in contact in parallel with Start is an output reference (OTE instruction referencing the same bit as the coil), ensuring the motor stays energized after the Start button is released.

When the PLC is placed in Run mode or the program is reset, all output coils default to their de-energized (OFF) state. This means the motor will not start automatically — the operator must press Start to initiate the sequence. This is the same stop-dominant, safe-start behavior that makes the physical start-stop circuit so reliable in industrial environments.

PLC-based start-stop control also allows easy integration with HMI panels, SCADA systems, and safety interlocks, making it the preferred approach for modern industrial control PCB and panel designs.

Turning Your Control Circuit into a PCB Assembly

Once you have validated your start-stop circuit schematic — whether it is a simple relay-based design or a full PLC-integrated motor control panel — the next step is relay control PCB design and manufacturing. A professionally assembled control circuit PCB offers significant advantages over point-to-point wiring: improved reliability, easier troubleshooting, compact form factor, and repeatable production quality.

Key considerations for control circuit PCB manufacturing include:

  • Trace width and clearance for high-current paths (motor and contactor circuits)
  • Creepage and clearance distances for high-voltage isolation between control and power circuits
  • Component selection and sourcing for relays, terminal blocks, and connectors
  • Conformal coating for environments with humidity, vibration, or contamination
  • IPC-A-610 workmanship standards for industrial control PCB assembly

For engineers moving from prototype to production, working with an experienced motor control PCB assembly partner can dramatically reduce time-to-market and quality risk. NextPCB offers full turnkey PCB assembly services with proven capabilities from quick-turn prototype to volume production. If you are new to PCBA outsourcing, the NextPCB PCB Assembly Guide is an excellent starting point.

From Start-Stop Circuit to Finished PCB Assembly — NextPCB Has You Covered

Whether you need a one-off prototype for your relay control PCB design or a production run of industrial control PCBs , NextPCB delivers fast, reliable results. Our REV0 PCBA service is purpose-built for engineers bringing their first design to life — with expert DFM review, component sourcing, and assembly included.

  • ✔ Full turnkey motor control PCB assembly
  • ✔ IPC-A-610 Class 2 & Class 3 workmanship
  • ✔ Quick-turn prototypes and volume production
  • ✔ Free DFM + DFA review on every order
Start with REV0 PCBA Get Instant Quote

Also see: Turnkey PCB Assembly Services  |  Assembly Capabilities  |  PCB Assembly Guide

Final Word

Understanding the start stop circuit diagram — from the basic push button logic to the full motor start stop circuit diagram with PLC ladder logic — is a foundational skill for anyone working in industrial automation, motor control, or electrical engineering. The stop-dominant design ensures safe operation: motors remain off until deliberately started, and any power interruption (in a 3-wire configuration) requires a deliberate restart. As automation technology advances, these core start-stop principles continue to underpin increasingly sophisticated control systems, whether implemented in hardware relays, PLCs, or custom industrial control PCB assemblies. Mastering these fundamentals puts you in a strong position to design, troubleshoot, and maintain the motor control systems that power modern industry.

Tag: PCB Relay Start-Stop Circuit motor diver