alarmLimit
Lexicon: eco.wonderland.workcell.observation.data.defs
Type: object
Properties
Section titled “Properties”Type: int32
Required
Number of entry elements for the observation.
Type: [ entry ]
upperLimit
Section titled “upperLimit”Type: binary32
Upper conformance boundary for a variable.
Note: immediate concern or action may be required.
upperWarning
Section titled “upperWarning”Type: binary32
Upper boundary indicating increased concern and supervision may be required.
lowerWarning
Section titled “lowerWarning”Type: binary32
Lower boundary indicating increased concern and supervision may be required.
lowerLimit
Section titled “lowerLimit”Type: binary32
Lower conformance boundary for a variable.
Note: immediate concern or action may be required.
Referenced By
Section titled “Referenced By”- alarmLimits
eco.wonderland.workcell.observation.event.defs
Schema
Section titled “Schema”{ "type": "object", "required": [ "count" ], "properties": { "count": { "type": "integer" }, "entry": { "type": "array", "items": { "type": "ref", "ref": "lex:eco.wonderland.workcell.observation.representation.defs#entry" } }, "upperLimit": { "type": "bytes", "minLength": 4, "maxLength": 4 }, "upperWarning": { "type": "bytes", "minLength": 4, "maxLength": 4 }, "lowerWarning": { "type": "bytes", "minLength": 4, "maxLength": 4 }, "lowerLimit": { "type": "bytes", "minLength": 4, "maxLength": 4 } }}