Connect an RS485 / Modbus RTU device
RS485 (Modbus RTU) devices are read by a gateway on the same bus.
Protocol: rs485 · Requires: a gateway
Connection fields:
| Field | Meaning |
|---|---|
modbusId |
The slave/unit ID on the bus (1–247) |
baudRate |
Bus speed (e.g. 9600, 19200) — must match the device |
dataBits |
Usually 8 |
stopBits |
1 or 2 |
parity |
None, Even, or Odd — must match the device (many meters use Even) |
tickDuration |
Publish interval in ms — how often readings are sent to Synacl (minimum 10000) |
readIntervalMs |
Optional. How often the gateway reads the device; drives gateway-side alerts and macros |
Steps
- Wire the sensor's A/B lines to the gateway's RS485 port; match baud rate, parity, and unit ID.
- Add a device with protocol rs485, select the gateway, and enter the fields above.
- Define a tag per register you want to read (with scaling/units as needed).
Seeing modbus/timeout events? Check wiring, modbusId, baud rate, and parity. See fault events.