type

HisPoint

HisPoint : Point

Historized point with a history log of timestamp/value pairs. Points marked as historized indicate the system can response to queries via the hisRead operation to return a trend log of timestamp/value pairs.

There are typically two mechanisms for historization:

  • the local system performs the historization by logging the point's curVal to local storage
  • in overlay systems a downstream device performs the historization and the local system synchronizes the history data in batch on a periodic basis

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

hisErr

Error description when hisStatus indicates error condition

hisMode

Indicates the way that history data is collected for a point

hisStatus

Status of point's history collection or synchronization

hisTotalized

Indicates values which are a continuous stream of totalization

his Marker

Supports historization of data

hisErr Str?

Error description when hisStatus indicates error condition

hisMode HisMode?

Indicates the way that history data is collected for a point.

hisStatus HisStatus?

Status of point's history collection or synchronization

hisTotalized Marker?

Indicates values which are a continuous stream of totalization. History data reads and should be normalized by computing the delta.

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