IEC 61131-3
Vendor-neutral foundation
The international PLC-language standard and the clearest starting point for reusable control logic. The tutor covers ladder-oriented expressions, declarations, function blocks, timers, counters, latches, arithmetic, and common edge patterns.
VAR
START AT %I0.0 : BOOL;
STOP AT %I0.1 : BOOL;
MOTOR AT %Q0.0 : BOOL;
END_VAR
| START OR MOTOR AND /STOP | := MOTOR ;