NovaStar Data Model / Point Class
Point classes define how a sensor measures a value.
Overview
Each NovaStar point type may conform to the characteristics of a point class, which defines how a physical or virtual sensor measures values.
NovaStar systems typically use point classes that are defined by TriLynx Systems and are consistent across systems so that software functionality, documentation, and training materials are consistent.
Point Classes
Point Class | Description |
---|---|
analog |
Continuous range of sensor values recorded, for example:
|
counter |
Counter with rollover, for example:
|
encoder |
Encoder counter that continues at rollover (values do not reset to zero):
|
status |
Each bit marks a state, for example:
|
flag |
Integer values that each have a meaning
|
wind |
Wind run (distance in a day), for example:
|
alertwind |
ALERT wind format (combined wind run and direction). |
flow |
Volume per time interval, for example:
|
total |
Totalized data, for example:
|
status
Point Class
Point types that use the status
point class require additional database entries in the point_status
table.