read_tag
Reads the current value of a specified PLC tag, such as 'Motor1_Running' or 'Tank_Level'. Returns the live tag data for monitoring industrial processes.
Instructions
Read a PLC tag value. Returns the current value of the specified tag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag_name | Yes | Name of the tag to read (e.g., 'Motor1_Running', 'Tank_Level') |