Skip to content

lexicon

Id: eco.wonderland.workcell.device.configuration.specification.defs
Type: lexicon

  • alarmLimits: Set of limits that is used to trigger warning or alarm indicators.
  • controlLimits: Set of limits that is used to indicate whether a process variable is stable and in control.
  • lowerLimit: Lower conformance boundary for a variable.
  • lowerWarning: Lower boundary indicating increased concern and supervision may be required.
  • maximum: Numeric upper constraint.
  • minimum: Numeric lower constraint.
  • nominal: Numeric target or expected value.
  • processSpecification: Specification that provides information used to assess the conformance of a variable to process requirements.
  • specification: Design characteristics for a piece of equipment.
  • specificationLimits: Set of limits that define a range of values designating acceptable performance for a variable.
  • upperLimit: Upper conformance boundary for a variable.
  • upperWarning: Upper boundary indicating increased concern and supervision may be required.
{
"id": "eco.wonderland.workcell.device.configuration.specification.defs",
"lexicon": 1,
"defs": {
"alarmLimits": {
"type": "object",
"properties": {
"upperLimit": {
"type": "ref",
"ref": "#upperLimit"
},
"upperWarning": {
"type": "ref",
"ref": "#upperWarning"
},
"lowerLimit": {
"type": "ref",
"ref": "#lowerLimit"
},
"lowerWarning": {
"type": "ref",
"ref": "#lowerWarning"
}
}
},
"controlLimits": {
"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"
}
}
},
"lowerLimit": {
"type": "object",
"required": [
"value"
],
"properties": {
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
}
}
},
"lowerWarning": {
"type": "object",
"required": [
"value"
],
"properties": {
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
}
}
},
"maximum": {
"type": "object",
"required": [
"value"
],
"properties": {
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
}
}
},
"minimum": {
"type": "object",
"required": [
"value"
],
"properties": {
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
}
}
},
"nominal": {
"type": "object",
"required": [
"value"
],
"properties": {
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
}
}
},
"processSpecification": {
"type": "object",
"required": [
"type",
"originator"
],
"properties": {
"type": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemType"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"dataItemIdRef": {
"type": "string"
},
"units": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#unit"
},
"compositionIdRef": {
"type": "string"
},
"name": {
"type": "string"
},
"coordinateSystemIdRef": {
"type": "string"
},
"id": {
"type": "string"
},
"originator": {
"type": "string",
"default": "manufacturer"
},
"maximum": {
"type": "ref",
"ref": "#maximum"
},
"upperLimit": {
"type": "ref",
"ref": "#upperLimit"
},
"lowerWarning": {
"type": "ref",
"ref": "#lowerWarning"
},
"lowerLimit": {
"type": "ref",
"ref": "#lowerLimit"
},
"upperWarning": {
"type": "ref",
"ref": "#upperWarning"
},
"nominal": {
"type": "ref",
"ref": "#nominal"
},
"minimum": {
"type": "ref",
"ref": "#minimum"
},
"specificationLimits": {
"type": "ref",
"ref": "#specificationLimits"
},
"controlLimits": {
"type": "ref",
"ref": "#controlLimits"
},
"alarmLimits": {
"type": "ref",
"ref": "#alarmLimits"
}
}
},
"specification": {
"type": "object",
"required": [
"type",
"originator"
],
"properties": {
"type": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemType"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"dataItemIdRef": {
"type": "string"
},
"units": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#unit"
},
"compositionIdRef": {
"type": "string"
},
"name": {
"type": "string"
},
"coordinateSystemIdRef": {
"type": "string"
},
"id": {
"type": "string"
},
"originator": {
"type": "string",
"default": "manufacturer"
},
"maximum": {
"type": "ref",
"ref": "#maximum"
},
"upperLimit": {
"type": "ref",
"ref": "#upperLimit"
},
"lowerWarning": {
"type": "ref",
"ref": "#lowerWarning"
},
"lowerLimit": {
"type": "ref",
"ref": "#lowerLimit"
},
"upperWarning": {
"type": "ref",
"ref": "#upperWarning"
},
"nominal": {
"type": "ref",
"ref": "#nominal"
},
"minimum": {
"type": "ref",
"ref": "#minimum"
}
}
},
"specificationLimits": {
"type": "object",
"properties": {
"upperLimit": {
"type": "ref",
"ref": "#upperLimit"
},
"nominal": {
"type": "ref",
"ref": "#nominal"
},
"lowerLimit": {
"type": "ref",
"ref": "#lowerLimit"
}
}
},
"upperLimit": {
"type": "object",
"required": [
"value"
],
"properties": {
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
}
}
},
"upperWarning": {
"type": "object",
"required": [
"value"
],
"properties": {
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
}
}
}
}
}
© Lookinglass 2026