Skip to content

controlLimits

Lexicon: eco.wonderland.workcell.device.configuration.specification.defs
Type: object

Set of limits that is used to indicate whether a process variable is stable and in control.

Type: upperLimit

Type: upperWarning

Type: lowerWarning

Type: nominal

Type: lowerLimit

{
"type": "object",
"properties": {
"upperLimit": {
"type": "ref",
"ref": "#upperLimit"
},
"upperWarning": {
"type": "ref",
"ref": "#upperWarning"
},
"lowerWarning": {
"type": "ref",
"ref": "#lowerWarning"
},
"nominal": {
"type": "ref",
"ref": "#nominal"
},
"lowerLimit": {
"type": "ref",
"ref": "#lowerLimit"
}
}
}
© Lookinglass 2026