ConnPoint
ConnPoint : Entity
Point associated with a connector for data synchronization with remote system.
Unique identifier for entity in its project
Type of this entity
Reference to a tuning configuration defined by a ConnTuning rec
Calibration value to apply to adjust the value read from the connector before updating curVal
Conversion to apply when reading curVal from connector
Conversion to apply when reading history data from connector
Conversion to apply when writing writeVal to the connector
Ref? <of:ConnTuning>
Reference to a tuning configuration defined by a ConnTuning rec. See Connector Tuning
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
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
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
PointConvert?
Conversion to apply when writing writeVal to the connector. The conversion is applied to writeVal before calling ConnDispatch.onWrite. See Connectors