source
Lexicon: eco.wonderland.workcell.device.data.property.defs
Type: object
Identifies the component, dataItem, or composition from which a measured value originates.
Properties
Section titled “Properties”componentId
Section titled “componentId”Type: string
Identifier of the component that represents the physical part of a piece of equipment where the data represented by the dataItem originated.
compositionId
Section titled “compositionId”Type: string
Identifier of the composition that represents the physical part of a piece of equipment where the data represented by the dataItem originated.
dataItemId
Section titled “dataItemId”Type: string
Identifier of the dataItem that represents the originally measured value of the data referenced by this dataItem.
Type: string
Identifier of the source entity.
Referenced By
Section titled “Referenced By”- condition
eco.wonderland.workcell.device.data.defs - event
eco.wonderland.workcell.device.data.defs - sample
eco.wonderland.workcell.device.data.defs - dataItem
eco.wonderland.workcell.device.data.defs
Schema
Section titled “Schema”{ "type": "object", "properties": { "componentId": { "type": "string" }, "compositionId": { "type": "string" }, "dataItemId": { "type": "string" }, "value": { "type": "string" } }}