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.
Properties
Section titled “Properties”calibrationDate
Section titled “calibrationDate”Type: timestamp
Date upon which the sensor unit was last calibrated to the sensor element.
calibrationInitials
Section titled “calibrationInitials”Type: string
The initials of the person verifying the validity of the calibration data.
Type: string
Name of the specific sensing element.
nextCalibrationDate
Section titled “nextCalibrationDate”Type: timestamp
Date upon which the sensor element is next scheduled to be calibrated with the sensor unit.
number
Section titled “number”Type: string
Required
Unique identifier that will only refer to a specific sensing element.
Referenced By
Section titled “Referenced By”- sensorConfiguration
eco.wonderland.workcell.device.configuration.sensor.defs
Schema
Section titled “Schema”{ "type": "object", "required": [ "number" ], "properties": { "calibrationDate": { "type": "string", "format": "datetime" }, "calibrationInitials": { "type": "string" }, "name": { "type": "string" }, "nextCalibrationDate": { "type": "string", "format": "datetime" }, "number": { "type": "string" } }}