ladder·IEC 61131-3·industrial, logistics·complexity 3/3·since v0.1.0
Conveyor interlock chain
Three-rung ladder logic for a downstream-first conveyor start sequence with jam permissives and an alarm latch.
For the controls engineer
ladder·§ IEC 61131-3
↘ preview
100%
UTF-8 · LF · 21 lines · 727 chars✓ parsed·5.3 ms·9.5 KB SVG
Scenario
Conveyors are started downstream-first so a running upstream belt never feeds material into a stopped downstream belt. This example shows the interlock directly in the rungs: conveyor 1 cannot run until conveyor 2 is already commanded on.
Annotation key
XIC(CV2_RUN)is the downstream permissive on the upstream conveyor rung.XIO(CV1_JAM)andXIO(CV2_JAM)block the run command when a jam bit is true.OTL(JAM_ALARM)latches the alarm so it remains visible after the jam sensor clears.