Skip to main content

Motor Start/Stop Circuits: From Relay Logic to Ladder Logic

 Motor Start/Stop Circuits: From Relay Logic to Ladder Logic

Every technician who's been in this trade long enough eventually realizes something: ladder logic didn't invent motor control — it inherited it. The start/stop circuit you'll find in nearly every PLC program on the plant is a direct descendant of a physical relay panel design that's been standard practice for close to a century. Understanding that lineage makes you faster at reading both old and new systems.

The Relay-Panel Original

Before PLCs, a motor start/stop station was built from actual components bolted into a panel: a momentary Start pushbutton, a momentary Stop pushbutton (wired normally closed for safety — so a broken wire fails to the safe "stop" state, not a silent "can't stop" state), a control relay or contactor with an auxiliary contact, and the motor contactor itself.

The wiring: 

Stop button in series with Start button (or a holding contact in parallel with Start), feeding the contactor coil. Press Start, contactor picks up, its auxiliary contact closes in parallel with the Start button, sealing the circuit in — the same seal-in principle we covered a few posts back. Press Stop, the circuit breaks, contactor drops out.

The Direct Translation to Ladder Logic

When PLCs arrived, this exact circuit became one of the first things every ladder program included, rung for rung, almost unchanged:

NC Stop contact → in series → (NO Start contact OR NO Motor-Running seal-in contact) → Motor Coil

If you compare that rung directly against an old relay schematic, they're nearly identical. This isn't coincidence — it's why ladder logic was designed to look the way it does in the first place, so electricians trained on relay panels could read PLC programs without relearning their trade from scratch.

What Modern Systems Add on Top

A bare start/stop rung like the one above is the foundation, but almost nothing in a real plant runs on just that. Layered on top, you'll typically find:

Interlock permissive  in series ahead of the Start contact (covered in our interlocks post) — the motor can't start unless upstream/downstream equipment conditions are satisfied.

Overload / thermal protection 

 an NC contact from an overload relay or a soft-starter fault output, wired in series, that trips the motor on sustained over current.

Remote/Local selector logic 

 determining whether the Start command can come from a local pushbutton, a DCS command, or both, usually via OR branches feeding into the same seal-in structure.

Run feedback verification 

 comparing the commanded state against actual feedback (like an auxiliary contact or a current sensor) to detect a "fail to start" condition and raise an alarm rather than assuming the motor ran just because the coil energized.

Why This History Actually Helps You Troubleshoot

When you understand that ladder logic motor circuits are a direct translation of relay-panel thinking, unfamiliar programs stop looking like a black box. You start recognizing the pattern instantly: find the Stop contact, find the Start/seal-in branch, find the interlock chain ahead of it, find the overload contact. Once you've spotted those four pieces, you understand 90% of what that rung does — even on a PLC platform or program style you've never seen before.

It also explains why, even on a modern DCS integrated system with dozens of soft interlocks, the core start/stop rung structure at the very bottom rarely changes. It's not because engineers lack imagination — it's because the pattern works, it's provably safe when done correctly, and generations of technicians already know how to read it.

Next in the series:

 troubleshooting ladder logic in the field — a practical, step-by-step approach for when something isn't working and you need answers fast, not a theory lecture.

Comments

Popular posts from this blog

Capacitive Level Sensors

Capacitive Type Level Sensors Capacitive type level switches and transmitters are widely used in industrial level measurements. The capacitor is made up of two plates and isolated by some isolators having a fixed dielectric constant. But in level measurement we use a variable capacitor, capacitance can be changed by changing the gap between the two plates or by changing the dielectric constant, so dielectric constant changes and proportional to that capacitance also changes. Capacitive level switches  Capacitive level switches are used in industrial applications for the point-level sensor to detect a high or low level of a vessel or tank. Working principle of capacitive level switch  In capacitance type level switches, there are two main units: 1. Capacitive probe 2. controller  The capacitive probe is made up of two plates mostly in the shape of two rods. and the material we want to sense acts as a gap between the plates.  As material touches, the sensor probe, the...

Radar level measurement

 Radar Level  Radar level transmitter are used to measure level in industrial applications. Radar level measurement method is an advanced method. In radar level transmitter time of flight method is used to measure the level. By calculating this time of flight we measure the level of liquid or solids.  RADAR level have a transmitter which transmit microwave or radar waves after colliding with material they return back to the receiver.  The time from the transmitter to the echo return to the receiver, is calculated, which is proportional to the level. This time is calculated by the formula:  Distance = (Speed of light x time delay) / 2 This calculation is done by a built in microprocessor and the level is displayed on screen or lcd, a signal proportional to level in 4 to 20 mA is output of level transmitter , this standard current signal of 4 to 20 mA is for plc or dcs. Time of Flight technology  Time of flight technology is used in  devices that are mu...

Top 50 Instrumentation Interview Questions

 Instrumentation Interview Questions and Answers Instrumentation Interview Questions and Answers There are different questions that you can be asked in an interview for the post of instrument technician, instrumentation engineer, or instrument supervisor. Most interview questions are related to the industry you are going to apply to, and they prefer a skilled person and have a good knowledge of instruments used in that specific industry. Here I will try to write the question with answers that are mostly asked for instrumentation professionals. Q. No. 1:  What is instrumentation? Ans :  Instrumentation is a branch of science which deals with the measurement and control of process variables in a process. Q. No. 2  What is the process? Ans :  The process is defined as the adoption of series of steps or methods to acquire a predefined result. Q. No. 3  What is a process variable? Ans :  It is a variable in the process that we are attempting to maintain...