specification
Lexicon: eco.wonderland.workcell.device.configuration.specification.defs
Type: object
Design characteristics for a piece of equipment.
Properties
Section titled “Properties”Type: dataItemType
Required
Same as type. See DataItem Types.
subType
Section titled “subType”Type: dataItemSubType
Same as subType. See DataItem.
dataItemIdRef
Section titled “dataItemIdRef”Type: string
Reference to the id associated with this entity.
Type: unit
Same as units. See DataItem.
compositionIdRef
Section titled “compositionIdRef”Type: string
Reference to the id associated with this entity.
Type: string
Name provides additional meaning and differentiates between specification entities.
coordinateSystemIdRef
Section titled “coordinateSystemIdRef”Type: string
References the coordinateSystem for geometric specification elements.
Type: string
Unique identifier for this specification.
originator
Section titled “originator”Type: originator
Default: manufacturer
Required
Reference to the creator of the specification.
maximum
Section titled “maximum”Type: maximum
upperLimit
Section titled “upperLimit”Type: upperLimit
lowerWarning
Section titled “lowerWarning”Type: lowerWarning
lowerLimit
Section titled “lowerLimit”Type: lowerLimit
upperWarning
Section titled “upperWarning”Type: upperWarning
nominal
Section titled “nominal”Type: nominal
minimum
Section titled “minimum”Type: minimum
Referenced By
Section titled “Referenced By”- configuration
eco.wonderland.workcell.device.configuration.defs
Schema
Section titled “Schema”{ "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" } }}