Skip to main content

What Is Ladder Logic? PLC Programming Basics Explained


What Is Ladder Logic? PLC Programming Basics Explained



Anyone who's wired a motor starter with a start button, a stop button, and a seal-in contact already understands most of ladder logic — it just hasn't been seen drawn this way yet. Here's an explanation the way it would be given to a new technician on the floor: no jargon, just the four building blocks used for the rest of a career in this field.

Why It's Called "Ladder" Logic

Before PLCs existed, plants ran on relay panels — actual electromechanical relays, wired point to point. When an electrician designed one of these panels, the circuit was drawn on paper first: two vertical power rails running down the sides, with horizontal lines connecting them, each representing a control circuit. Because the drawing resembled the rails and rungs of a ladder, the name stuck.

When PLCs arrived in the 1970s, manufacturers faced a choice: invent an entirely new symbol language, or keep what electricians already understood. They kept the ladder. Same rails, same rungs — except now it's software instead of copper wire. That single decision is why, more than forty years later, ladder logic remains the most common language found on a plant floor, from a simple conveyor interlock to a full kiln permissive chain.

Power Flows Left to Right


Every rung operates on the same basic concept. Picture power flowing from the left rail to the right rail. If the path across that rung is complete — if every condition along it is satisfied — power reaches the coil on the right, and the coil energizes. If any condition breaks the path, power stops, and the coil stays off.

That's essentially the entire logic behind ladder programming: complete the path, energize the output. Everything more advanced encountered later — timers, counters, latches, interlocks — is simply a different way of building or breaking that same path.

The Two Symbols Seen Constantly

The contact is drawn as two vertical bars. It represents a condition — is a switch closed, is a sensor active, is a permit satisfied. A contact doesn't consume power itself; it only permits or blocks the path passing through it.

The coil is drawn as a circle, or sometimes a rounded bracket depending on the software in use. It represents an output — turning on a light, starting a motor, opening a valve. In real wiring, this is the actual device being controlled.


 

Put the two together and the simplest possible program emerges: a push-button contact feeding a lamp coil. Press the button, the contact closes, power flows, the lamp turns on. Release it, the contact opens, power stops, the lamp goes dark. That's rung one of nearly every ladder program ever opened.

Why This Matters on a Real Plant

Now scale that idea up. Take a kiln ID fan. There isn't one push button standing between an operator and a running fan — there are a dozen or more conditions that all need to be true first: no trip active, lubrication pressure good, damper in position, upstream equipment already running.

Every one of those conditions is just another contact, wired in series or in parallel, on the way to a single coil: "Fan Start Permitted." Once one rung can be read, the entire permissive chain for a piece of critical equipment becomes readable, because it's built from the exact same building blocks — just repeated and combined.
Recap

Rail and rung


 the vertical power lines and horizontal control lines, carried over from relay panel drawings.
Power flows left to right — conceptually, not literally.
Contact — represents a condition.
Coil — represents an output.

When a rung's conditions are satisfied, the coil energizes. That's the whole foundation everything else in this topic builds on.

Following image explain concept in detail.



 

The next logical step is taking these same building blocks — contacts and coils — and using them to build a real motor start/stop circuit with a seal-in contact, the same logic currently running on motors in plants everywhere.

Recent & Popular Articles


🎥 Watch It Explained on PLC Key Channel

Prefer video? I break down topics like this with animations on my YouTube channel.

▶ Watch the full playlist on PLC Key Channel →

🛠️ Tools I Actually Use in the Field

A few affiliate links to tools that come up constantly in instrumentation work — I only list things I'd recommend to my own team:

As an Amazon Associate I earn from qualifying purchases. It doesn't cost you anything extra.

Got a specific instrumentation problem you're stuck on? Drop it in the comments — I answer based on real plant troubleshooting, not textbook theory.

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...