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.
Properties
Section titled “Properties”upperLimit
Section titled “upperLimit”Type: upperLimit
upperWarning
Section titled “upperWarning”Type: upperWarning
lowerWarning
Section titled “lowerWarning”Type: lowerWarning
nominal
Section titled “nominal”Type: nominal
lowerLimit
Section titled “lowerLimit”Type: lowerLimit
Referenced By
Section titled “Referenced By”- processSpecification
eco.wonderland.workcell.device.configuration.specification.defs
Schema
Section titled “Schema”{ "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" } }}