write_tag
Write a value to a live Ignition gateway tag; the gateway coerces the value to the tag's data type.
Instructions
Write a value to a tag on a live Ignition gateway.
Requires the server to be started with --gateway-url. The value is sent as-is; the gateway handles type coercion.
Args: tag_path: Full tag path (e.g. "[default]Conveyors/Line1/Speed"). value: Value to write (string representation — gateway coerces to tag data type).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| tag_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |