
📢 Fresh Content: PLC Troubleshooting Tips That Work Across Any Platform | Click to read on PLCBlog!
Browse by topic
30 articles tagged “ladder logic”.

CTU vs CTD: PLC Counter Instructions Compared
CTU counts up from zero; CTD counts down from a preset. Learn when to use each, how they differ across platforms, and how to wire both into working ladder logic.
Aug 2, 2026 · 9 min read

Cascading PLC Timers: Chain TON Logic Right
Learn how to cascade TON timers in PLC ladder logic to build reliable multi-step timed sequences. Real examples, common mistakes, and field-tested patterns.
Aug 2, 2026 · 7 min read

Retentive vs Non-Retentive PLC Timers: Key Differences
Retentive and non-retentive PLC timers behave completely differently when the enable bit drops. Learn which to use, how each resets, and see real ladder examples across platforms.
Aug 2, 2026 · 8 min read

PLC Timer Ladder Logic: 5 Practical Examples
Five practical PLC timer ladder logic examples covering TON, TOF and TP instructions, with timing diagrams, gotchas and field-tested advice for Rockwell and generic platforms.
Aug 1, 2026 · 8 min read

Retentive Timer in PLC Ladder Logic Explained
A retentive timer keeps its accumulated value when power is lost or the rung goes false. Learn how TONR works, when to use it, and see real ladder examples.
Aug 1, 2026 · 9 min read

Set-Reset Flip-Flop in Ladder Logic: Full Guide
Learn how the set-reset flip-flop works in PLC ladder logic, how it differs from a seal-in rung, and when each pattern belongs in your program.
Aug 1, 2026 · 8 min read

Falling-Edge One-Shot in Ladder Logic: OSF Explained
The OSF instruction fires a single scan pulse on a signal's falling edge. Learn exactly how it differs from OSR, where it saves you from logic bugs, and see a real worked example.
Jul 31, 2026 · 8 min read

One-Shot Rising Edge in Ladder Logic: OSR Explained
Learn how the OSR (one-shot rising) instruction works in PLC ladder logic, when to use it, and how to avoid the single-scan pitfall that catches every newcomer.
Jul 31, 2026 · 8 min read

Ladder Logic Interlocks: How They Work and Why
Ladder logic interlocks stop dangerous or invalid machine states before they happen. Learn the four core interlock patterns, see real rung examples, and avoid the wiring gotchas that bite engineers on commissioning day.
Jul 31, 2026 · 8 min read

OTL and OTU Latch Coils in Ladder Logic Explained
OTL and OTU latch coils hold state through a power cycle. Learn how they work in ladder logic, how they differ from seal-in rungs, and when each belongs in your program.
Jul 30, 2026 · 8 min read

PLC Addressing Modes: Direct, Indirect and Symbolic
Direct, indirect and symbolic addressing each work differently inside a PLC. This guide breaks down how each mode works, when to use it, and the gotchas that catch engineers off guard.
Jul 30, 2026 · 9 min read

How the PLC Scan Cycle Works: Step by Step
The PLC scan cycle is the heartbeat of every control system. Learn exactly what happens during input scan, program execution, and output scan, with real numbers and field gotchas.
Jul 29, 2026 · 10 min read

PLC Internal Bits: Flags, Coils and How to Use Them
Internal bits, flags and internal coils let your PLC logic communicate with itself across rungs. Learn what they are, how to use them correctly, and the gotchas that trap beginners.
Jul 29, 2026 · 9 min read

3-Motor Start Sequence PLC Exercise: Ladder Logic
Learn how to write a 3-motor timed start sequence in PLC ladder logic. Full rungs, tag names, fault handling and a worked Rockwell example included.
Jul 25, 2026 · 8 min read

Tank Fill Control PLC Exercise: Ladder Logic
Build a tank fill control program from scratch. This exercise covers level sensor inputs, inlet valve control, pump sequencing, high-level fault latching, and HMI interlock in ladder logic.
Jul 25, 2026 · 7 min read

How to Simulate Ladder Logic Without a PLC
Learn how to simulate ladder logic in Studio 5000, TIA Portal and CODESYS so you can catch logic errors before commissioning, with real examples and gotchas.
Jul 20, 2026 · 8 min read

NO vs NC Contacts in PLC Ladder Logic: Full Breakdown
Confused about normally open vs normally closed contacts in PLC ladder logic? Learn what NO and NC mean in hardware vs software, with real wiring examples.
Jul 20, 2026 · 8 min read

XIC vs XIO: Ladder Logic Contacts Explained
XIC and XIO are the two most fundamental contacts in Allen-Bradley ladder logic. Learn exactly how each evaluates its bit, where to use them, and the mistakes that catch beginners out.
Jul 19, 2026 · 9 min read

TON vs TOF vs TP: PLC Timer Comparison
TON, TOF and TP are the three IEC 61131-3 standard timer types. Learn exactly how each one behaves, where each one fails you, and which to pick for your application.
Jul 19, 2026 · 8 min read

Ladder Logic Interview Questions: Real Answers
Preparing for a PLC role? These ladder logic interview questions cover contacts, coils, timers, counters, latching, scan cycle, and common gotchas interviewers love to probe.
Jul 16, 2026 · 13 min read

PLC Pump Station Exercise: Ladder Logic
Build a realistic two-pump station in ladder logic: level-based start/stop, duty/standby alternation, run-confirm fault detection, and a hand-off-auto selector.
Jul 15, 2026 · 7 min read

Car Wash PLC Exercise: Full Ladder Logic
A step-by-step PLC ladder logic exercise for an automated car wash: inputs, outputs, sequence states, interlocks, and the timing tricks you need to get it right.
Jul 15, 2026 · 6 min read

PLC Troubleshooting with Online Monitoring
Online monitoring turns a running PLC into its own diagnostic tool. Learn the exact steps to isolate faults using live rung status, force tables and tag cross-reference.
Jul 14, 2026 · 8 min read

Keyence KV Studio: A Practical Getting-Started Guide
KV Studio is Keyence's free PLC programming environment for the KV-8000, KV-5500 and KV-7500 series. Here's what you actually need to know to get productive fast.
Jul 8, 2026 · 8 min read

TON, TOF and TONR Timers: What Actually Differs
TON, TOF and TONR timers behave very differently under power loss and input cycling. Here's exactly how each one works, with real ladder examples and common gotchas.
Jul 7, 2026 · 7 min read

PLC Counter Instructions: CTU, CTD and CTUD Explained
CTU, CTD and CTUD counters explained with real preset values, accumulated counts, reset behaviour, and vendor-specific differences you need to know.
Jul 7, 2026 · 9 min read

5 Types of PLC Programming Languages Explained
IEC 61131-3 defines five PLC programming languages. Here is a plain-English breakdown of each, with real examples and honest advice on which to pick.
Jul 4, 2026 · 7 min read

Traffic Light PLC Exercise: Full Ladder Logic
A traffic light PLC exercise is the perfect timer and sequencer workout. Build the full four-phase cycle in ladder logic, then add a pedestrian call button.
Jul 3, 2026 · 6 min read

PLC Elevator Logic Exercise: Step-by-Step
A complete PLC elevator logic exercise covering floor call latching, direction interlocks, door timers and a state-based sequencer. Real runnable ladder included.
Jul 3, 2026 · 7 min read

PLC Bottle Filling Machine: Step-by-Step Project
A hands-on PLC bottle filling machine project covering I/O design, sequence logic, fill-by-time control, and a real ladder rung you can adapt today.
Jul 3, 2026 · 8 min read