First Project¶
Start with a shipped project before you create one from an empty folder.
Recommended Project¶
Use:
examples/tutorials/12_hmi_pid_process_dashboard
Open it:
code examples/tutorials/12_hmi_pid_process_dashboard
Walkthrough¶
- Install truST from the Marketplace.
- Open the shipped tutorial in VS Code.
- Open
src/main.standsrc/config.st. - Run
Structured Text: Open Runtime Panel. - Start the runtime in
Localmode. - Toggle
%IX0.0and confirmPumpRunningchanges in the runtime panel. - Open
/hmifrom the same running project and confirm the dashboard updates. - Set one breakpoint and press
F5to verify the debugger path.
The shipped tutorial gives you a working runtime, browser HMI, and debug path without guessing about project layout or missing config files.
What Success Looks Like¶
- VS Code shows truST commands and diagnostics.
- The runtime panel connects to the local runtime.
%Iand%Qvalues move when you toggle tutorial inputs./hmiopens for the same project.- A breakpoint stops in the tutorial code.
When To Create A New Project Instead¶
Go straight to Create A New Project when you already know the target layout, runtime config, and deployment path you need.