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:
marker |
Marker labels a dict with typing information |
---|---|
entity |
Top-level dicts with a unique identifier |
point |
Data point such as a sensor or actuator |
dis |
Display name for an entity |
---|---|
enum |
Defines an eumeration of string keys |
equipRef |
Reference to equip which contains this entity |
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 |
id |
Defines the unique identifier of an entity in system using a Ref value type |
maxVal |
Maximum value to allow for writes or which sensor should read |
minVal |
Minimum value to allow for writes or which sensor should read |
pointKind |
Point value type |
pointType |
Classifies the point as a sensor, command, or setpoint |
siteRef |
Site which contains the entity |
spaceRef |
Reference to space which contains this entity |
tz |
Timezone identifier from standard timezone database |