download_visu_project
Download a VISUDesigner (.lvp) project to an HMI device via connection string. Supports normal, changes-only, or publish+download modes.
Instructions
Download a VISUDesigner (.lvp) project to an HMI device. Does not save the project — use apply_visu_changes with a 'download' operation if you need to make changes and deploy in one step.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flags | No | 0=normal (default), 1=changes only, 2=publish+download changes | |
| lvp_path | No | Full path to the .lvp file. Omit to auto-detect from the selected project. | |
| connection | Yes | HMI connection string, e.g. 'TCPIP:192.168.1.100' or 'TCPIP:myhmi.local' | |
| add_runtime | No | Force runtime download even if version already matches |