home/versioned_docs/version-1.6.x/help/modbus.md
The response of Modbus service and other related indicators are monitored.
| Parameter Name | Parameter Help Description |
|---|---|
| Host of Modbus Service | The IPv4, IPv6, or domain name of the Modbus device to be monitored. Note ⚠️ do not include the protocol header (e.g., https://, http://). |
| Task Name | A name that identifies this monitoring task; the name must be unique. |
| Port | The port used for Modbus network communication. |
| Slave ID (slaveId) | The ID of the slave device in the Modbus network. |
| Holding Register Address | Used for categorizing and managing monitored resources. |
| Coil Register Address | Additional notes and descriptions for this monitoring task; users can add remarks here. |
| Timeout | The allowed time for collecting a response. |
Parameter example:
Coil register addresses:
1,2[3]
Parameter alias names:
aliasFields:
- responseTime
- holding-register:0
- holding-register:1-0
- holding-register:1-1
- holding-register:1-2
| Metric Name | Metric Unit | Metric Help Description |
|---|---|---|
| Response Time | Milliseconds | The time required by the Modbus server to respond to a request. |
| Holding Register Parameter | Setpoint for analog output |
Parameter example:
Coil register addresses:
1,2[3]
Parameter alias names:
aliasFields:
- responseTime
- coil:0
- coil:1-0
- coil:1-1
- coil:1-2
| Metric Name | Metric Unit | Metric Help Description |
|---|---|---|
| Response Time | Milliseconds | The time required by the Modbus server to respond to a request. |
| Coil Status | Coil status (0 or 1) |