hmi_runtime
Manage the HMI runtime DataService by starting, stopping, or checking its status. Optionally publish the project and spawn the DataService for web interaction.
Instructions
Start, stop, or check the local HMI web simulation (LasalVISUDataService). Publishes the project, copies webroot, and spawns the DataService. Use hmi_browser to interact with it afterwards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform on the HMI runtime DataService. | |
| lvp_path | No | Absolute path to the .lvp file. Omit to use the currently selected project. | |
| debugPublish | No | Use debug publish (requires TypeScript project support). Fallback to standard publish on failure. Default true. | |
| publishFirst | No | Publish the project before starting the DataService. Default true. |