type

ConnTuning

ConnTuning : Entity

Marker applied to a rec which defines a tuning configuration. See Connector Tuning

slots id

Unique identifier for entity in its project

spec

Type of this entity

connTuning

Marker tag for ConnTuning type

pollTime

Frequency between polls of curVal

staleTime

Time before a point's curStatus marked from "ok" to "stale" See Connector Tuning

writeMaxTime

Maximum time between writes used to send periodic writes

writeMinTime

Minimum time between writes used to throttle the speed of writes

writeOnOpen

Issue a write every time the connector transitions from open to closed

writeOnStart

Issue a write when the system first starts up

connTuning Marker

Marker tag for ConnTuning type

pollTime Duration?

Frequency between polls of curVal. See Connector Tuning.

staleTime Duration?

Time before a point's curStatus marked from "ok" to "stale" See Connector Tuning.

writeMaxTime Duration?

Maximum time between writes used to send periodic writes. See Connector Tuning.

writeMinTime Duration?

Minimum time between writes used to throttle the speed of writes. See Connector Tuning.

writeOnOpen Marker?

Issue a write every time the connector transitions from open to closed. See Connector Tuning.

writeOnStart Marker?

Issue a write when the system first starts up. If missing then the first write is suppressed on startup. See Connector Tuning.

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