write_plc_values
Write values to a running PLC's channels by specifying each as 'ObjectName.ChannelName'. The tool opens a connection, writes all values, then closes it.
Instructions
Write values to channels on a running PLC. Opens a connection, writes all values, then closes the connection. Each channel is specified as 'ObjectName.ChannelName'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| values | Yes | List of channel/value pairs to write. | |
| lcp_path | No | Absolute path to the .lcp file. Omit to use the selected project. | |
| connection | No | Connection string or address-book name. Omit to use the project's saved connection. |