Skip to content

lexicon

Id: eco.wonderland.workcell.observation.sample.defs
Type: lexicon

{
"id": "eco.wonderland.workcell.observation.sample.defs",
"lexicon": 1,
"defs": {
"sample": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#sample"
},
"units": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#unit"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"accelerationActual": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "actual"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "acceleration"
},
"units": {
"type": "string",
"default": "millimeter-per-second-squared"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"accelerationCommanded": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "commanded"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "acceleration"
},
"units": {
"type": "string",
"default": "millimeter-per-second-squared"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"accelerationProgrammed": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "programmed"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "acceleration"
},
"units": {
"type": "string",
"default": "millimeter-per-second-squared"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"acceleration": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "actual"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "acceleration"
},
"units": {
"type": "string",
"default": "millimeter-per-second-squared"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"accumulatedTime": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "accumulated-time"
},
"units": {
"type": "string",
"default": "second"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"amperageACActual": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "actual"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "amperage-ac"
},
"units": {
"type": "string",
"default": "ampere"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"amperageACCommanded": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "commanded"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "amperage-ac"
},
"units": {
"type": "string",
"default": "ampere"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"amperageACProgrammed": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "programmed"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "amperage-ac"
},
"units": {
"type": "string",
"default": "ampere"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"amperageAC": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "amperage-ac"
},
"units": {
"type": "string",
"default": "ampere"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"amperageDCActual": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "actual"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "amperage-dc"
},
"units": {
"type": "string",
"default": "ampere"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"amperageDCCommanded": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "commanded"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "amperage-dc"
},
"units": {
"type": "string",
"default": "ampere"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"amperageDCProgrammed": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "programmed"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "amperage-dc"
},
"units": {
"type": "string",
"default": "ampere"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"amperageDC": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "amperage-dc"
},
"units": {
"type": "string",
"default": "ampere"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"angleActual": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "angle"
},
"units": {
"type": "string",
"default": "degree"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"angleCommanded": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "angle"
},
"units": {
"type": "string",
"default": "degree"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"angle": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "angle"
},
"units": {
"type": "string",
"default": "degree"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"angularAccelerationActual": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "actual"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "angular-acceleration"
},
"units": {
"type": "string",
"default": "degree-per-second-squared"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"angularAccelerationCommanded": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "commanded"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "angular-acceleration"
},
"units": {
"type": "string",
"default": "degree-per-second-squared"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"angularAccelerationProgrammed": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "programmed"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "angular-acceleration"
},
"units": {
"type": "string",
"default": "degree-per-second-squared"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"angularAcceleration": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "actual"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "angular-acceleration"
},
"units": {
"type": "string",
"default": "degree-per-second-squared"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"angularDecelerationActual": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "actual"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "angular-deceleration"
},
"units": {
"type": "string",
"default": "degree-per-second-squared"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"angularDecelerationCommanded": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "commanded"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "angular-deceleration"
},
"units": {
"type": "string",
"default": "degree-per-second-squared"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"angularDecelerationProgrammed": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "programmed"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "angular-deceleration"
},
"units": {
"type": "string",
"default": "degree-per-second-squared"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"angularDeceleration": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "actual"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "angular-deceleration"
},
"units": {
"type": "string",
"default": "degree-per-second-squared"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"angularVelocity": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "angular-velocity"
},
"units": {
"type": "string",
"default": "degree-per-second"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"assetUpdateRate": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "asset-update-rate"
},
"units": {
"type": "string",
"default": "count-per-second"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"axisFeedrateActual": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "axis-feedrate"
},
"units": {
"type": "string",
"default": "millimeter-per-second"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"axisFeedrateCommanded": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "axis-feedrate"
},
"units": {
"type": "string",
"default": "millimeter-per-second"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"axisFeedrateJog": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "axis-feedrate"
},
"units": {
"type": "string",
"default": "millimeter-per-second"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"axisFeedrateProgrammed": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "axis-feedrate"
},
"units": {
"type": "string",
"default": "millimeter-per-second"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"axisFeedrateRapid": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "axis-feedrate"
},
"units": {
"type": "string",
"default": "millimeter-per-second"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"axisFeedrate": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "axis-feedrate"
},
"units": {
"type": "string",
"default": "millimeter-per-second"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"batteryCapacityActual": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "actual"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "battery-capacity"
},
"units": {
"type": "string",
"default": "coulomb"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"batteryCapacityTarget": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "target"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "battery-capacity"
},
"units": {
"type": "string",
"default": "coulomb"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"batteryCapacity": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "actual"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "battery-capacity"
},
"units": {
"type": "string",
"default": "coulomb"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"batteryChargeActual": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "actual"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "battery-charge"
},
"units": {
"type": "string",
"default": "percent"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"batteryChargeTarget": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "target"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "battery-charge"
},
"units": {
"type": "string",
"default": "percent"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"batteryCharge": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "actual"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "battery-charge"
},
"units": {
"type": "string",
"default": "percent"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"capacityFluid": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "capacity-fluid"
},
"units": {
"type": "string",
"default": "milliliter"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"capacitySpatial": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "capacity-spatial"
},
"units": {
"type": "string",
"default": "cubic-millimeter"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"chargeRateActual": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "actual"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "charge-rate"
},
"units": {
"type": "string",
"default": "ampere"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"chargeRateTarget": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "target"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "charge-rate"
},
"units": {
"type": "string",
"default": "ampere"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"chargeRate": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "actual"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "charge-rate"
},
"units": {
"type": "string",
"default": "ampere"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"concentration": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "concentration"
},
"units": {
"type": "string",
"default": "percent"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"conductivity": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "conductivity"
},
"units": {
"type": "string",
"default": "siemens-per-meter"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"cuttingSpeedActual": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "cutting-speed"
},
"units": {
"type": "string",
"default": "millimeter-per-second"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"cuttingSpeedCommanded": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "cutting-speed"
},
"units": {
"type": "string",
"default": "millimeter-per-second"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"cuttingSpeedProgrammed": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "cutting-speed"
},
"units": {
"type": "string",
"default": "millimeter-per-second"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"cuttingSpeed": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "cutting-speed"
},
"units": {
"type": "string",
"default": "millimeter-per-second"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"decelerationActual": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "actual"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "deceleration"
},
"units": {
"type": "string",
"default": "millimeter-per-second-squared"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"decelerationCommanded": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "commanded"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "deceleration"
},
"units": {
"type": "string",
"default": "millimeter-per-second-squared"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"decelerationProgrammed": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "programmed"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "deceleration"
},
"units": {
"type": "string",
"default": "millimeter-per-second-squared"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"deceleration": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "actual"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "deceleration"
},
"units": {
"type": "string",
"default": "millimeter-per-second-squared"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"density": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "density"
},
"units": {
"type": "string",
"default": "milligram-per-cubic-millimeter"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"depositionAccelerationVolumetricActual": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "deposition-acceleration-volumetric"
},
"units": {
"type": "string",
"default": "cubic-millimeter-per-second-squared"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"depositionAccelerationVolumetricCommanded": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "deposition-acceleration-volumetric"
},
"units": {
"type": "string",
"default": "cubic-millimeter-per-second-squared"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"depositionAccelerationVolumetric": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "deposition-acceleration-volumetric"
},
"units": {
"type": "string",
"default": "cubic-millimeter-per-second-squared"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"depositionDensityActual": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "deposition-density"
},
"units": {
"type": "string",
"default": "milligram-per-cubic-millimeter"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"depositionDensityCommanded": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "deposition-density"
},
"units": {
"type": "string",
"default": "milligram-per-cubic-millimeter"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"depositionDensity": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "deposition-density"
},
"units": {
"type": "string",
"default": "milligram-per-cubic-millimeter"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"depositionMassActual": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "deposition-mass"
},
"units": {
"type": "string",
"default": "milligram"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"depositionMassCommanded": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "deposition-mass"
},
"units": {
"type": "string",
"default": "milligram"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"depositionMass": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "deposition-mass"
},
"units": {
"type": "string",
"default": "milligram"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"depositionRateVolumetricActual": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "deposition-rate-volumetric"
},
"units": {
"type": "string",
"default": "cubic-millimeter-per-second"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"depositionRateVolumetricCommanded": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "deposition-rate-volumetric"
},
"units": {
"type": "string",
"default": "cubic-millimeter-per-second"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"depositionRateVolumetric": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "deposition-rate-volumetric"
},
"units": {
"type": "string",
"default": "cubic-millimeter-per-second"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"depositionVolumeActual": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "deposition-volume"
},
"units": {
"type": "string",
"default": "cubic-millimeter"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"depositionVolumeCommanded": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "deposition-volume"
},
"units": {
"type": "string",
"default": "cubic-millimeter"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"depositionVolume": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "deposition-volume"
},
"units": {
"type": "string",
"default": "cubic-millimeter"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"dewPoint": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "dew-point"
},
"units": {
"type": "string",
"default": "celsius"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"diameter": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "diameter"
},
"units": {
"type": "string",
"default": "millimeter"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"dischargeRateActual": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "actual"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "discharge-rate"
},
"units": {
"type": "string",
"default": "ampere"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"dischargeRateTarget": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "target"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "discharge-rate"
},
"units": {
"type": "string",
"default": "ampere"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"dischargeRate": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "actual"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "discharge-rate"
},
"units": {
"type": "string",
"default": "ampere"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"displacementAngular": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "displacement-angular"
},
"units": {
"type": "string",
"default": "degree"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"displacement": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "displacement"
},
"units": {
"type": "string",
"default": "millimeter"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"displacementLinear": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "displacement-linear"
},
"units": {
"type": "string",
"default": "millimeter"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"electricalEnergy": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "electrical-energy"
},
"units": {
"type": "string",
"default": "watt-second"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"equipmentTimerDelay": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units",
"subType"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "equipment-timer"
},
"units": {
"type": "string",
"default": "second"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"equipmentTimerLoaded": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units",
"subType"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "equipment-timer"
},
"units": {
"type": "string",
"default": "second"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"equipmentTimerOperating": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units",
"subType"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "equipment-timer"
},
"units": {
"type": "string",
"default": "second"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"equipmentTimerPowered": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units",
"subType"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "equipment-timer"
},
"units": {
"type": "string",
"default": "second"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"equipmentTimerWorking": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units",
"subType"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "equipment-timer"
},
"units": {
"type": "string",
"default": "second"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"equipmentTimer": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units",
"subType"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "equipment-timer"
},
"units": {
"type": "string",
"default": "second"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"fillHeightActual": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "actual"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "fill-height"
},
"units": {
"type": "string",
"default": "millimeter"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"fillHeightTarget": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "target"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "fill-height"
},
"units": {
"type": "string",
"default": "millimeter"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"fillHeight": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "fill-height"
},
"units": {
"type": "string",
"default": "millimeter"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"fillLevel": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "fill-level"
},
"units": {
"type": "string",
"default": "percent"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"flow": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "flow"
},
"units": {
"type": "string",
"default": "liter-per-second"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"followingErrorActual": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "actual"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "following-error"
},
"units": {
"type": "string",
"default": "count"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"followingErrorAngularActual": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "actual"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "following-error-angular"
},
"units": {
"type": "string",
"default": "degree"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"followingErrorAngular": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "following-error-angular"
},
"units": {
"type": "string",
"default": "degree"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"followingError": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "following-error"
},
"units": {
"type": "string",
"default": "count"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"followingErrorLinearActual": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "actual"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "following-error-linear"
},
"units": {
"type": "string",
"default": "millimeter"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"followingErrorLinear": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "following-error-linear"
},
"units": {
"type": "string",
"default": "millimeter"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"frequency": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "frequency"
},
"units": {
"type": "string",
"default": "hertz"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"gravitationalAcceleration": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "gravitational-acceleration"
},
"units": {
"type": "string",
"default": "gravitational-acceleration"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"gravitationalForce": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "gravitational-force"
},
"units": {
"type": "string",
"default": "gravitational-force"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"humidityAbsoluteActual": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "actual"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "humidity-absolute"
},
"units": {
"type": "string",
"default": "gram-per-cubic-meter"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"humidityAbsoluteCommanded": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "commanded"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "humidity-absolute"
},
"units": {
"type": "string",
"default": "gram-per-cubic-meter"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"humidityAbsolute": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "humidity-absolute"
},
"units": {
"type": "string",
"default": "gram-per-cubic-meter"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"humidityRelativeActual": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "actual"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "humidity-relative"
},
"units": {
"type": "string",
"default": "percent"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"humidityRelativeCommanded": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "commanded"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "humidity-relative"
},
"units": {
"type": "string",
"default": "percent"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"humidityRelative": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "humidity-relative"
},
"units": {
"type": "string",
"default": "percent"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"humiditySpecificActual": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "actual"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "humidity-specific"
},
"units": {
"type": "string",
"default": "percent"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"humiditySpecificCommanded": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "commanded"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "humidity-specific"
},
"units": {
"type": "string",
"default": "percent"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"humiditySpecific": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "humidity-specific"
},
"units": {
"type": "string",
"default": "percent"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"lengthRemaining": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "length"
},
"units": {
"type": "string",
"default": "millimeter"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"lengthStandard": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "length"
},
"units": {
"type": "string",
"default": "millimeter"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"lengthUseable": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "length"
},
"units": {
"type": "string",
"default": "millimeter"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"length": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "length"
},
"units": {
"type": "string",
"default": "millimeter"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"linearForce": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "linear-force"
},
"units": {
"type": "string",
"default": "newton"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"load": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "load"
},
"units": {
"type": "string",
"default": "percent"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"mass": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "mass"
},
"units": {
"type": "string",
"default": "kilogram"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"observationUpdateRate": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "observation-update-rate"
},
"units": {
"type": "string",
"default": "count-per-second"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"openness": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "openness"
},
"units": {
"type": "string",
"default": "percent"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"orientationActual": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "actual"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "orientation"
},
"units": {
"type": "string",
"default": "degree-3d"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes"
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"orientationCommanded": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "commanded"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "orientation"
},
"units": {
"type": "string",
"default": "degree-3d"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes"
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"orientation": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "orientation"
},
"units": {
"type": "string",
"default": "degree-3d"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes"
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"ph": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "ph"
},
"units": {
"type": "string",
"default": "ph"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"particleCountGas": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "gas"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "particle-count"
},
"units": {
"type": "string",
"default": "count"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"particleCountLiquid": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "liquid"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "particle-count"
},
"units": {
"type": "string",
"default": "count"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"particleCountSolid": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "solid"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "particle-count"
},
"units": {
"type": "string",
"default": "count"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"particleCount": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "particle-count"
},
"units": {
"type": "string",
"default": "count"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"particleSize": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "particle-size"
},
"units": {
"type": "string",
"default": "millimeter"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"pathFeedrateActual": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "path-feedrate"
},
"units": {
"type": "string",
"default": "millimeter-per-second"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"pathFeedrateCommanded": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "path-feedrate"
},
"units": {
"type": "string",
"default": "millimeter-per-second"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"pathFeedrateJog": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "path-feedrate"
},
"units": {
"type": "string",
"default": "millimeter-per-second"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"pathFeedrateProgrammed": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "path-feedrate"
},
"units": {
"type": "string",
"default": "millimeter-per-second"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"pathFeedrateRapid": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "path-feedrate"
},
"units": {
"type": "string",
"default": "millimeter-per-second"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"pathFeedrate": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "path-feedrate"
},
"units": {
"type": "string",
"default": "millimeter-per-second"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"pathFeedratePerRevolutionActual": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "path-feedrate-per-revolution"
},
"units": {
"type": "string",
"default": "millimeter-per-revolution"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"pathFeedratePerRevolutionCommanded": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "path-feedrate-per-revolution"
},
"units": {
"type": "string",
"default": "millimeter-per-revolution"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"pathFeedratePerRevolutionProgrammed": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "path-feedrate-per-revolution"
},
"units": {
"type": "string",
"default": "millimeter-per-revolution"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"pathFeedratePerRevolution": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "path-feedrate-per-revolution"
},
"units": {
"type": "string",
"default": "millimeter-per-revolution"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"pathPositionActual": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "path-position"
},
"units": {
"type": "string",
"default": "millimeter-3d"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes"
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"pathPositionCommanded": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "path-position"
},
"units": {
"type": "string",
"default": "millimeter-3d"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes"
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"pathPositionProbe": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "path-position"
},
"units": {
"type": "string",
"default": "millimeter-3d"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes"
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"pathPositionTarget": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "path-position"
},
"units": {
"type": "string",
"default": "millimeter-3d"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes"
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"pathPosition": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "path-position"
},
"units": {
"type": "string",
"default": "millimeter-3d"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes"
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"positionActual": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units",
"subType"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "position"
},
"units": {
"type": "string",
"default": "millimeter"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"positionCommanded": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "position"
},
"units": {
"type": "string",
"default": "millimeter"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"positionProgrammed": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "position"
},
"units": {
"type": "string",
"default": "millimeter"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"positionTarget": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "position"
},
"units": {
"type": "string",
"default": "millimeter"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"positionCartesian": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "position-cartesian"
},
"units": {
"type": "string",
"default": "millimeter-3d"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes"
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"position": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "position"
},
"units": {
"type": "string",
"default": "millimeter"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"powerFactor": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "power-factor"
},
"units": {
"type": "string",
"default": "percent"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"pressureAbsolute": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "pressure-absolute"
},
"units": {
"type": "string",
"default": "pascal"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"pressure": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "pressure"
},
"units": {
"type": "string",
"default": "pascal"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"pressurizationRateActual": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "actual"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "pressurization-rate"
},
"units": {
"type": "string",
"default": "pascal-per-second"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"pressurizationRateCommanded": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "commanded"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "pressurization-rate"
},
"units": {
"type": "string",
"default": "pascal-per-second"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"pressurizationRateProgrammed": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "programmed"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "pressurization-rate"
},
"units": {
"type": "string",
"default": "pascal-per-second"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"pressurizationRate": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "pressurization-rate"
},
"units": {
"type": "string",
"default": "pascal-per-second"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"processTimerDelay": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units",
"subType"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "process-timer"
},
"units": {
"type": "string",
"default": "second"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"processTimerProcess": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units",
"subType"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "process-timer"
},
"units": {
"type": "string",
"default": "second"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"processTimer": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units",
"subType"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "process-timer"
},
"units": {
"type": "string",
"default": "second"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"resistance": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "resistance"
},
"units": {
"type": "string",
"default": "ohm"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"resistivity": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "resistivity"
},
"units": {
"type": "string",
"default": "ohm-meter"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"rotaryVelocityActual": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "rotary-velocity"
},
"units": {
"type": "string",
"default": "revolution-per-minute"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"rotaryVelocityCommanded": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "rotary-velocity"
},
"units": {
"type": "string",
"default": "revolution-per-minute"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"rotaryVelocityProgrammed": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "rotary-velocity"
},
"units": {
"type": "string",
"default": "revolution-per-minute"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"rotaryVelocity": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "rotary-velocity"
},
"units": {
"type": "string",
"default": "revolution-per-minute"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"settlingErrorActual": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "actual"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "settling-error"
},
"units": {
"type": "string",
"default": "count"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"settlingErrorAngularActual": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "actual"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "settling-error-angular"
},
"units": {
"type": "string",
"default": "degree"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"settlingErrorAngular": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "settling-error-angular"
},
"units": {
"type": "string",
"default": "degree"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"settlingError": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "settling-error"
},
"units": {
"type": "string",
"default": "count"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"settlingErrorLinearActual": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "actual"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "settling-error-linear"
},
"units": {
"type": "string",
"default": "millimeter"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"settlingErrorLinear": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "settling-error-linear"
},
"units": {
"type": "string",
"default": "millimeter"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"soundLevelAScale": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "sound-level"
},
"units": {
"type": "string",
"default": "decibel"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"soundLevelBScale": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "sound-level"
},
"units": {
"type": "string",
"default": "decibel"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"soundLevelCScale": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "sound-level"
},
"units": {
"type": "string",
"default": "decibel"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"soundLevelDScale": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "sound-level"
},
"units": {
"type": "string",
"default": "decibel"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"soundLevelNoScale": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "sound-level"
},
"units": {
"type": "string",
"default": "decibel"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"soundLevel": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "a-scale"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "sound-level"
},
"units": {
"type": "string",
"default": "decibel"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"strain": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "strain"
},
"units": {
"type": "string",
"default": "percent"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"temperature": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "temperature"
},
"units": {
"type": "string",
"default": "celsius"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"tension": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "tension"
},
"units": {
"type": "string",
"default": "newton"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"tilt": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "tilt"
},
"units": {
"type": "string",
"default": "micro-radian"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"torque": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "torque"
},
"units": {
"type": "string",
"default": "newton-meter"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"velocity": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "velocity"
},
"units": {
"type": "string",
"default": "millimeter-per-second"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"viscosity": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "viscosity"
},
"units": {
"type": "string",
"default": "pascal-second"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"voltAmpere": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "volt-ampere"
},
"units": {
"type": "string",
"default": "volt-ampere"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"voltAmpereReactive": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "volt-ampere-reactive"
},
"units": {
"type": "string",
"default": "volt-ampere-reactive"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"voltageACActual": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units",
"subType"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "actual"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "voltage-ac"
},
"units": {
"type": "string",
"default": "volt"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"voltageACCommanded": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units",
"subType"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "commanded"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "voltage-ac"
},
"units": {
"type": "string",
"default": "volt"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"voltageACProgrammed": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units",
"subType"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "programmed"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "voltage-ac"
},
"units": {
"type": "string",
"default": "volt"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"voltageAC": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units",
"subType"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "voltage-ac"
},
"units": {
"type": "string",
"default": "volt"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"voltageDCActual": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units",
"subType"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "actual"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "voltage-dc"
},
"units": {
"type": "string",
"default": "volt"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"voltageDCCommanded": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units",
"subType"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "commanded"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "voltage-dc"
},
"units": {
"type": "string",
"default": "volt"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"voltageDCProgrammed": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units",
"subType"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "programmed"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "voltage-dc"
},
"units": {
"type": "string",
"default": "volt"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"voltageDC": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units",
"subType"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "voltage-dc"
},
"units": {
"type": "string",
"default": "volt"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"volumeFluidActual": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "actual"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "volume-fluid"
},
"units": {
"type": "string",
"default": "milliliter"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"volumeFluidConsumed": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "consumed"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "volume-fluid"
},
"units": {
"type": "string",
"default": "milliliter"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"volumeFluidEnded": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "ended"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "volume-fluid"
},
"units": {
"type": "string",
"default": "milliliter"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"volumeFluidPart": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "part"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "volume-fluid"
},
"units": {
"type": "string",
"default": "milliliter"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"volumeFluidStart": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "start"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "volume-fluid"
},
"units": {
"type": "string",
"default": "milliliter"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"volumeFluidWaste": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "waste"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "volume-fluid"
},
"units": {
"type": "string",
"default": "milliliter"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"volumeFluid": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "volume-fluid"
},
"units": {
"type": "string",
"default": "milliliter"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"volumeSpatialActual": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "volume-spatial"
},
"units": {
"type": "string",
"default": "cubic-millimeter"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"volumeSpatialConsumed": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "volume-spatial"
},
"units": {
"type": "string",
"default": "cubic-millimeter"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"volumeSpatialEnded": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "ended"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "volume-spatial"
},
"units": {
"type": "string",
"default": "cubic-millimeter"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"volumeSpatialPart": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "part"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "volume-spatial"
},
"units": {
"type": "string",
"default": "cubic-millimeter"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"volumeSpatialStart": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "start"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "volume-spatial"
},
"units": {
"type": "string",
"default": "cubic-millimeter"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"volumeSpatialWaste": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "string",
"default": "waste"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "volume-spatial"
},
"units": {
"type": "string",
"default": "cubic-millimeter"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"volumeSpatial": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "volume-spatial"
},
"units": {
"type": "string",
"default": "cubic-millimeter"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"wattageActual": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "wattage"
},
"units": {
"type": "string",
"default": "watt"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"wattageTarget": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "wattage"
},
"units": {
"type": "string",
"default": "watt"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"wattage": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "wattage"
},
"units": {
"type": "string",
"default": "watt"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"xdimension": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "x-dimension"
},
"units": {
"type": "string",
"default": "millimeter"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"ydimension": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "y-dimension"
},
"units": {
"type": "string",
"default": "millimeter"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"zdimension": {
"type": "object",
"required": [
"dataItemId",
"sequence",
"timestamp",
"type",
"isUnavailable",
"units"
],
"properties": {
"compositionId": {
"type": "string"
},
"dataItemId": {
"type": "string"
},
"name": {
"type": "string"
},
"sequence": {
"type": "integer"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"type": {
"type": "string",
"default": "z-dimension"
},
"units": {
"type": "string",
"default": "millimeter"
},
"isUnavailable": {
"type": "boolean"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"duration": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"resetTriggered": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.data.defs#resetTriggered"
},
"sampleRate": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"statistic": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#statistic"
}
}
},
"samples": {
"type": "array",
"items": {
"type": "union",
"refs": [
"#sample",
"#acceleration",
"#accumulatedTime",
"#amperageAC",
"#amperageDC",
"#angle",
"#angularAcceleration",
"#angularDeceleration",
"#angularVelocity",
"#assetUpdateRate",
"#axisFeedrate",
"#batteryCapacity",
"#batteryCharge",
"#capacityFluid",
"#capacitySpatial",
"#chargeRate",
"#concentration",
"#conductivity",
"#cuttingSpeed",
"#deceleration",
"#density",
"#depositionAccelerationVolumetric",
"#depositionDensity",
"#depositionMass",
"#depositionRateVolumetric",
"#depositionVolume",
"#dewPoint",
"#diameter",
"#dischargeRate",
"#displacementAngular",
"#displacement",
"#displacementLinear",
"#electricalEnergy",
"#equipmentTimer",
"#fillHeight",
"#fillLevel",
"#flow",
"#followingErrorAngular",
"#followingError",
"#followingErrorLinear",
"#frequency",
"#gravitationalAcceleration",
"#gravitationalForce",
"#humidityAbsolute",
"#humidityRelative",
"#humiditySpecific",
"#length",
"#linearForce",
"#load",
"#mass",
"#observationUpdateRate",
"#openness",
"#orientation",
"#ph",
"#particleCount",
"#particleSize",
"#pathFeedrate",
"#pathFeedratePerRevolution",
"#pathPosition",
"#positionCartesian",
"#position",
"#powerFactor",
"#pressureAbsolute",
"#pressure",
"#pressurizationRate",
"#processTimer",
"#resistance",
"#resistivity",
"#rotaryVelocity",
"#settlingErrorAngular",
"#settlingError",
"#settlingErrorLinear",
"#soundLevel",
"#strain",
"#temperature",
"#tension",
"#tilt",
"#torque",
"#velocity",
"#viscosity",
"#voltAmpere",
"#voltAmpereReactive",
"#voltageAC",
"#voltageDC",
"#volumeFluid",
"#volumeSpatial",
"#wattage",
"#xdimension",
"#ydimension",
"#zdimension",
"#accelerationActual",
"#accelerationCommanded",
"#accelerationProgrammed",
"#amperageACActual",
"#amperageACCommanded",
"#amperageACProgrammed",
"#amperageDCActual",
"#amperageDCCommanded",
"#amperageDCProgrammed",
"#angleActual",
"#angleCommanded",
"#angularAccelerationActual",
"#angularAccelerationCommanded",
"#angularAccelerationProgrammed",
"#angularDecelerationActual",
"#angularDecelerationCommanded",
"#angularDecelerationProgrammed",
"#axisFeedrateActual",
"#axisFeedrateCommanded",
"#axisFeedrateJog",
"#axisFeedrateProgrammed",
"#axisFeedrateRapid",
"#batteryCapacityActual",
"#batteryCapacityTarget",
"#batteryChargeActual",
"#batteryChargeTarget",
"#chargeRateActual",
"#chargeRateTarget",
"#cuttingSpeedActual",
"#cuttingSpeedCommanded",
"#cuttingSpeedProgrammed",
"#decelerationActual",
"#decelerationCommanded",
"#decelerationProgrammed",
"#depositionAccelerationVolumetricActual",
"#depositionAccelerationVolumetricCommanded",
"#depositionDensityActual",
"#depositionDensityCommanded",
"#depositionMassActual",
"#depositionMassCommanded",
"#depositionRateVolumetricActual",
"#depositionRateVolumetricCommanded",
"#depositionVolumeActual",
"#depositionVolumeCommanded",
"#dischargeRateActual",
"#dischargeRateTarget",
"#equipmentTimerDelay",
"#equipmentTimerLoaded",
"#equipmentTimerOperating",
"#equipmentTimerPowered",
"#equipmentTimerWorking",
"#fillHeightActual",
"#fillHeightTarget",
"#followingErrorActual",
"#followingErrorAngularActual",
"#followingErrorLinearActual",
"#humidityAbsoluteActual",
"#humidityAbsoluteCommanded",
"#humidityRelativeActual",
"#humidityRelativeCommanded",
"#humiditySpecificActual",
"#humiditySpecificCommanded",
"#lengthRemaining",
"#lengthStandard",
"#lengthUseable",
"#orientationActual",
"#orientationCommanded",
"#particleCountGas",
"#particleCountLiquid",
"#particleCountSolid",
"#pathFeedrateActual",
"#pathFeedrateCommanded",
"#pathFeedrateJog",
"#pathFeedrateProgrammed",
"#pathFeedrateRapid",
"#pathFeedratePerRevolutionActual",
"#pathFeedratePerRevolutionCommanded",
"#pathFeedratePerRevolutionProgrammed",
"#pathPositionActual",
"#pathPositionCommanded",
"#pathPositionProbe",
"#pathPositionTarget",
"#positionActual",
"#positionCommanded",
"#positionProgrammed",
"#positionTarget",
"#pressurizationRateActual",
"#pressurizationRateCommanded",
"#pressurizationRateProgrammed",
"#processTimerDelay",
"#processTimerProcess",
"#rotaryVelocityActual",
"#rotaryVelocityCommanded",
"#rotaryVelocityProgrammed",
"#settlingErrorActual",
"#settlingErrorAngularActual",
"#settlingErrorLinearActual",
"#soundLevelAScale",
"#soundLevelBScale",
"#soundLevelCScale",
"#soundLevelDScale",
"#soundLevelNoScale",
"#voltageACActual",
"#voltageACCommanded",
"#voltageACProgrammed",
"#voltageDCActual",
"#voltageDCCommanded",
"#voltageDCProgrammed",
"#volumeFluidActual",
"#volumeFluidConsumed",
"#volumeFluidEnded",
"#volumeFluidPart",
"#volumeFluidStart",
"#volumeFluidWaste",
"#volumeSpatialActual",
"#volumeSpatialConsumed",
"#volumeSpatialEnded",
"#volumeSpatialPart",
"#volumeSpatialStart",
"#volumeSpatialWaste",
"#wattageActual",
"#wattageTarget"
]
}
}
}
}
© Lookinglass 2026