specificationLimit
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.
nominal
Section titled “nominal”Type: binary32
Ideal or desired value for a variable.
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”- specificationLimits
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 }, "nominal": { "type": "bytes", "minLength": 4, "maxLength": 4 }, "lowerLimit": { "type": "bytes", "minLength": 4, "maxLength": 4 } }}