Visual Editors¶
| Example folder | Best for | Related docs |
|---|---|---|
examples/ladder |
rung-based logic and companion ST flow | Ladder |
examples/statecharts |
event/state-centric logic | Statechart |
examples/blockly |
block-based authoring and generated ST | Blockly |
examples/sfc |
sequential function chart style authoring | SFC |
Shared rule¶
All of these still execute through the same ST/runtime/debug path. The visual asset is an authoring surface, not a second execution engine.
Read Companion ST if you want the mental model behind that rule.