Start¶
Find your starting page.
Recommended Order¶
Which Page Answers Which Question?¶
- Installation: what to install and how to know it worked.
- Choose Your Workflow: pick the right starting track.
- Program In VS Code: the primary desktop engineering workflow with IEC diagnostics, debugger, and runtime panel.
- Program In Browser IDE: browser-hosted engineering
with
/idewhen you specifically want the browser surface. - Operate In Browser HMI: operator/technician path when you already have the HMI URL.
- Automate With CLI / CI / agents: shell, CI, and JSON-RPC automation.
- First Project: the quickest way to start from a known-good tutorial.
- Maintain An Existing Project: inherited-system workflow.
- Create A New Project: the empty-folder bootstrap path.
- Editors: compare VS Code, Browser IDE, Neovim, Zed, and the browser HMI.
Choose Another Start¶
- If you are an operator or technician with a URL already in hand, go straight to Operate In Browser HMI.
- If you inherited a running system, go to Maintain An Existing Project instead of starting from an empty folder.
- If you are wiring CI or an agent, go to Automate With CLI / CI / agents.