type

ModbusConn

ModbusConn : Conn

Modbus connector

slots id

Unique identifier for entity in its project

spec

Type of this entity

conn

Marker tag for Conn type

actorTimeout

Timeout for messages send to the connector's actor thread

connErr

Error message associated when connStatus indicates an error condition

connLinger

Linger timeout used to keep a connector open

connOpenRetryFreq

Duration used for connector open retries

connPingFreq

Duration used to configure the auto-ping feature on a given connector

connState

Current connection open/close state of a connector

connStatus

Current status of a connector as one of the predefined strings See Connectors

connTuningRef

Reference to a tuning configuration defined by a ConnTuning rec

disabled

Sets connector into disabled state to prevent communication

modbusBlockGap

Applied to modbusConn to allow for gaps in block reads

modbusBlockMax

Applied to modbusConn to limit the maximum number of registers to read in a block read

modbusConn

Marker tag for ModbusConn type

modbusReadTimeout

How long to wait before timing out on a modbus read

modbusRegMapUri

Applied to modbusConn to define the register map CSV file

modbusSlave

Applied to modbusConn to identify the slave address on this modbus network

modbusWriteTimeout

How long to wait before timing out on a modbus write

uri

Universal resource identifier

modbusBlockGap Int?

Applied to modbusConn to allow for gaps in block reads. See hx.modbus for more information.

modbusBlockMax Int?

Applied to modbusConn to limit the maximum number of registers to read in a block read. See hx.modbus for more information.

modbusConn Marker

Marker tag for ModbusConn type

modbusReadTimeout Duration?

How long to wait before timing out on a modbus read.

modbusRegMapUri Uri?

Applied to modbusConn to define the register map CSV file. This URI must be a path relative to the project's home directory or can be a "fan://" URI to a CSV file bundled in a pod.

modbusSlave Int?

Applied to modbusConn to identify the slave address on this modbus network.

modbusWriteTimeout Duration?

How long to wait before timing out on a modbus write.

uri Uri?

Universal resource identifier

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST