Input Scan → Program Execution → Output Update → Housekeeping · Live I/O & ladder
When to use: Use this to understand how a PLC executes a program. A PLC does not react instantly — it repeats a fixed scan cycle: it reads all physical inputs into an image table, executes the ladder logic top-to-bottom using that frozen snapshot, then writes results to physical outputs. Toggle the field inputs, then Run or single-Step to watch each phase and the live I/O states. The example program is a motor seal-in latch with a 3-second TON start delay and an E-Stop interlock.