type

CurPoint

CurPoint : Point

Point with support to report a "real-time" current value. By real-time we typically mean freshness within the order of a few seconds or at most a few minutes. For systems with direct I/O the current value is typically driven by the I/O scan rate. For overlay systems which acquire data via a protocol such as BACnet or Modbus then the current value is typically refreshed using polling or subscription over a network. Also see Points chapter.

meta abstract slots id

Unique identifier for entity in its project

spec

Type of this entity

point

Data point such as a sensor or actuator

cur

Supports current value

enum

Defines an eumeration of string key names

equipRef

Reference to equip which contains this entity

his

Supports historization of data

kind

Kind name used to identity a value data type

maxVal

Inclusive maximum for a numeric value

minVal

Inclusive minimum for a numeric value

pointFunction

pointQuantity

pointSubject

siteRef

Reference to site which contains the entity

spaceRef

Reference to space which contains this entity

systemRef

Reference to system

tz

Timezone identifier from standard timezone database

unit

Unit identifier from standard unit database

writable

Supports writing data

equips

Parent Equips that contain this Point

curErr

Error description when curStatus indicates error condition

curStatus

Status of point's current value reading

curVal

Current value of a point

cur Marker

Supports current value

curErr Str?

Error description when curStatus indicates error condition

curStatus CurStatus?

Status of point's current value reading. The curVal is only available when curStatus is "ok" or "stale". However a "stale" value should be used with caution since the local system does not have a fresh value. It is recommended that the curVal tag is removed from a point when the curStatus is not "ok" nor "stale".

curVal Obj?

Current value of a point. The current value is only available when the curStatus is "ok" or "stale".

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