
π’ Fresh Content: PLC Troubleshooting Tips That Work Across Any Platform | Click to read on PLCBlog!
A two-step batch cycle driven by step coils: press Start β FILL until the high level, then DRAIN until the low level, then done. This is how real machine sequences are structured one coil per step, with clean hand-offs.
Your goal
Pattern from Contact & Coil's classic ladder logic series.
I/O for this exercise
| Inputs | |
| StartBtn | Cycle start button |
| LevelHigh | High level sensor |
| LevelLow | Low level sensor |
| Outputs | |
| FillValve | Fill valve |
| DrainValve | Drain valve |
| Internal coils | |
| Step1 | Step 1 active (filling) |
| Step2 | Step 2 active (draining) |