Skip to content

Modbus TCP

17 data types are available, with byte order configurable over 16, 32 or 64 bits, plus a scale factor and a unit per tag.

  • Holding registers
  • Input registers
  • Coils
  • Discrete inputs
source:
type: modbus-tcp
host: 192.168.1.50
port: 502
unit_id: 1
variables:
- name: tank_temperature
zone: holding
address: 40001
datatype: float32
byte_order: big-endian
scale: 0.1
unit: "°C"

A Modbus RTU device wired to one of the 4 serial ports is exposed over TCP by the built-in gateway — acquisition-side configuration is then identical to a native TCP device.