type

ModbusPoint

ModbusPoint : ConnPoint

Point which synchronizes data via a Modbus connector.

slots id

Unique identifier for entity in its project

spec

Type of this entity

connTuningRef

Reference to a tuning configuration defined by a ConnTuning rec

curCalibration

Calibration value to apply to adjust the value read from the connector before updating curVal

curConvert

Conversion to apply when reading curVal from connector

hisConvert

Conversion to apply when reading history data from connector

writeConvert

Conversion to apply when writing writeVal to the connector

modbusConnRef

Used on a proxy point to reference its parent modbusConn

modbusCur

Modbus address to use for current value subscriptions

modbusPoint

Marker tag for ModbusPoint type

modbusWrite

Used on a modbus proxy point to store the id of the entity in the remote system used to write writeVal

modbusConnRef Ref? <of:ModbusConn>

Used on a proxy point to reference its parent modbusConn

modbusCur Str?

Modbus address to use for current value subscriptions. See hx.modbus for format.

modbusPoint Marker

Marker tag for ModbusPoint type

modbusWrite Str?

Used on a modbus proxy point to store the id of the entity in the remote system used to write writeVal. See hx.modbus for format.

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