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. - Choose Simulator in the truST sidebar and press Start.
- Open Live Values.
- Toggle
%IX0.0and confirmPumpRunningchanges in Live Values. - 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.
- Live Values connects to the simulator.
%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.