Skip to content

channel

Lexicon: eco.wonderland.workcell.device.configuration.sensor.defs
Type: object

Sensing element of a sensor. When sensor has multiple sensing element, each sensing element is modeled as a channel for the sensor.

Type: timestamp

Date upon which the sensor unit was last calibrated to the sensor element.

Type: string

The initials of the person verifying the validity of the calibration data.

Type: string

Name of the specific sensing element.

Type: timestamp

Date upon which the sensor element is next scheduled to be calibrated with the sensor unit.

Type: string
Required

Unique identifier that will only refer to a specific sensing element.

{
"type": "object",
"required": [
"number"
],
"properties": {
"calibrationDate": {
"type": "string",
"format": "datetime"
},
"calibrationInitials": {
"type": "string"
},
"name": {
"type": "string"
},
"nextCalibrationDate": {
"type": "string",
"format": "datetime"
},
"number": {
"type": "string"
}
}
}
© Lookinglass 2026