type

ConnPoint

ConnPoint : Entity

Point associated with a connector for data synchronization with remote system.

meta abstract 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

connTuningRef Ref? <of:ConnTuning>

Reference to a tuning configuration defined by a ConnTuning rec. See Connector Tuning

curCalibration Number?

Calibration value to apply to adjust the value read from the connector before updating curVal. The conversion is applied to the ConnPoint.updateCurOk value after curConvert is applied and before writing curVal to the database. See Connectors

curConvert PointConvert?

Conversion to apply when reading curVal from connector. The conversion is applied to the ConnPoint.updateCurOk value before applying curCalibration and writing curVal to the database. See Connectors

hisConvert PointConvert?

Conversion to apply when reading history data from connector. The conversion is applied to each item passed to ConnPoint.updateHisOk before writing to the database. This conversion happens before the hx.his::HisPoint.hisOnWrite conversion hooks. See Connectors

writeConvert PointConvert?

Conversion to apply when writing writeVal to the connector. The conversion is applied to writeVal before calling ConnDispatch.onWrite. See Connectors

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