inspect_visu_project
Inspect a VISUDesigner project's current state to view stations, datapoints, languages, and text list names before applying modifications.
Instructions
Read a VISUDesigner (.lvp) project's current state from disk: stations (connection targets), datapoints (HMI-visible PLC values with types), languages, text list names, and schemes. Use this before apply_visu_changes to understand what already exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lvp_path | No | Full path to the .lvp file. Omit to auto-detect from the selected project. | |
| all_datapoints | No | Return the full flat list of all datapoint paths. Default false returns only top-level objects. Use true when you need to see every channel (can be large for big projects). |