Shared ladder program

Ladder logic: 3 rungs with XIC, rising-edge, CMP

A runnable ladder logic program with 3 rungs using XIC, rising-edge, CMP, MOV, CTD, OTE. Open it in the free browser PLC simulator to edit, run and fork it. No install, no account.

Open a blank sandbox
RUNG 1Feeder_ReloadPReload_EdgeMOV Parts_Left:= 200RUNG 2Part_TakenPTaken_EdgeCTD Feed_CountPRE 4RUNG 3Parts_Left< 20Low_Stock_Lamp
Static preview of the shared program. The live editor is below.

What's in this program

XICrising-edgeCMPMOVCTDOTE
  • 3 rungs
  • Uses a compare instruction

Instructions used: XIC (examine-if-closed contact (normally open)), rising-edge (one-shot rising-edge contact), CMP (compare instruction), MOV (move value into a register), CTD (count-down counter), OTE (output energise coil).

Edit & run it live

Loading the interactive editor…

More example programs

Want to build your own? Open the free ladder logic sandbox.