cell
Lexicon: eco.wonderland.workcell.observation.representation.defs
Type: object
Key-value pair published as part of a tableEntry. Constraints for Cell Values
Constraints for Cell Values
Section titled “Constraints for Cell Values”The value of each cell MUST have the same restrictions as the value of an observation with representation as value.
An cell MAY be further constrained by the dataItem definition (see Device Information Model), for example a VariableDataSet having a string value MAY have a floating-point temperature value. A restriction MUST NOT be broadened or removed, for example, the value ready MUST NOT occur with a TemperatureDataSet constrained limited to floating-point numbers.
cellDefinition MAY provide type and units of a key.
Properties
Section titled “Properties”Type: string
Required
Unique identifier for each key-value pair.
Type: string
Value of the cell.
Referenced By
Section titled “Referenced By”- tableEntry
eco.wonderland.workcell.observation.representation.defs
Schema
Section titled “Schema”{ "type": "object", "required": [ "key" ], "properties": { "key": { "type": "string" }, "value": { "type": "string" } }}