chart_gauge
Display a live gauge indicator for a variable, auto-updating every 2 seconds from the REST API. Provides real-time monitoring without manual refreshes.
Instructions
Display a live gauge indicator. With auto_refresh=true (default), updates every 2 seconds from REST API. Use this for real-time gauge display instead of inscada_get_live_value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| variable_name | Yes | Variable name (single) | |
| project_id | Yes | Project ID | |
| min | No | Min value (default: 0) | |
| max | No | Max value (default: 100) | |
| title | No | ||
| unit | No | Unit label | |
| auto_refresh | No | Live update on/off (default: true) |