Quick Start¶
Launch PiPLC¶
Your First Program: Button Controls LED¶
- Open PiPLC
- Drag an XIC contact from the instruction palette onto the rung
- Set the address to
I:0/0(button) - Drag an OTE coil onto the same rung
- Set the address to
O:0/0(LED) - Press ++f5++ to start the simulation
- In the simulation panel, toggle
I:0/0— you'll seeO:0/0light up
Congratulations!
Your first PLC program is running. When I:0/0 is TRUE, O:0/0 energizes.
Next Steps¶
- Instructions Reference — Learn all 30+ instruction types
- Contact Decorators — Add timing and edge detection to contacts
- Architecture Overview — Understand the system design
- Examples — Ready-to-run sample programs