RunPoint
RunPoint : BoolPoint
Point associated with the on/off state of equipment
Unique identifier for entity in its project
Type of this entity
Data point such as a sensor or actuator
Supports current value
Defines an eumeration of string key names
Reference to equip which contains this entity
Supports historization of data
Kind name used to identity a value data type
Inclusive maximum for a numeric value
Inclusive minimum for a numeric value
Reference to site which contains the entity
Reference to space which contains this entity
Reference to system
Timezone identifier from standard timezone database
Unit identifier from standard unit database
Supports writing data
Parent Equips that contain this Point
Obj <val:RunEnum>
Defines an eumeration of string key names. The range may also be applied to format a Bool ordered as "false,true". The value of this tag may be formatted in one of five ways:
- dict of dicts keyed by name and Dict values for meta such as
doctag - comma separated names on one line
- names separated by a "\n" newline character
- markdown unordered list formatted as a series of "- name: description\n"
- ref to a Xeto
sys::Enumspec
Enum names should follow valid tag naming rules (start with lowercase ASCII letter and contain only ASCII letters and numbers). However in cases where mapping directly to external enumerations enum names can contain arbitrary characters such as space.
Marker
Primary on/off point of an equip especially used with a vfd. Run is used with Bool points where true indicates on and false indicates off. When paired with cmd this is the commanded state of the equipment. When paired with sensor this is the actual status of the equip. If the equipment also defines an enable point then both must be commanded on in order to run the equipment.