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, OTE. Open it in the free browser PLC simulator to edit, run and fork it. No install, no account.

Open a blank sandbox
RUNG 1Recipe_A_SelPRec_A_EdgeMOV Fill_Target:= 750RUNG 2Recipe_B_SelPRec_B_EdgeMOV Fill_Target:= 1200RUNG 3Fill_Actual≥ Fill_TargetFill_Done
Static preview of the shared program. The live editor is below.

What's in this program

XICrising-edgeCMPMOVOTE
  • 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), 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.