Skip to content

alarmLimit

Lexicon: eco.wonderland.workcell.observation.data.defs
Type: object

Type: int32
Required

Number of entry elements for the observation.

Type: [ entry ]

Type: binary32

Upper conformance boundary for a variable.

Note: immediate concern or action may be required.

Type: binary32

Upper boundary indicating increased concern and supervision may be required.

Type: binary32

Lower boundary indicating increased concern and supervision may be required.

Type: binary32

Lower conformance boundary for a variable.

Note: immediate concern or action may be required.

  • alarmLimits eco.wonderland.workcell.observation.event.defs
{
"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
}
}
}
© Lookinglass 2026