Shared ladder program
Ladder logic: 1 rung with XIC, XIO, OTE
A runnable ladder logic program with 1 rung using XIC, XIO, OTE. Open it in the free browser PLC simulator to edit, run and fork it. No install, no account.
What's in this program
- 1 rung
- 2 timers
- 1 counter
- 2 data registers
- Uses parallel branches (OR logic)
Instructions used: XIC (examine-if-closed contact (normally open)), XIO (examine-if-open contact (normally closed)), OTE (output energise coil).
Edit & run it live
More example programs
On-delay fan start (TON)
A run command starts an on-delay timer; once the preset elapses, the fan output turns on. A textbook TON example showing how the Done bit gates a downstream coil.
Batch counter with compare
Each part pulse increments a count-up counter; a compare instruction watches the accumulator and fires a Batch Complete output when it reaches the target. Shows CTU plus a CMP against a constant.
Want to build your own? Open the free ladder logic sandbox.
