sensorConfiguration
Lexicon: eco.wonderland.workcell.device.configuration.sensor.defs
Type: object
Configuration for a sensor.
Properties
Section titled “Properties”calibrationDate
Section titled “calibrationDate”Type: timestamp
Date upon which the sensor unit was last calibrated.
calibrationInitials
Section titled “calibrationInitials”Type: string
The initials of the person verifying the validity of the calibration data.
firmwareVersion
Section titled “firmwareVersion”Type: string
Required
Version number for the sensor unit as specified by the manufacturer.
nextCalibrationDate
Section titled “nextCalibrationDate”Type: timestamp
Date upon which the sensor unit is next scheduled to be calibrated.
channels
Section titled “channels”Type: [ channel ]
Referenced By
Section titled “Referenced By”- configuration
eco.wonderland.workcell.device.configuration.defs
Schema
Section titled “Schema”{ "type": "object", "required": [ "firmwareVersion" ], "properties": { "calibrationDate": { "type": "string", "format": "datetime" }, "calibrationInitials": { "type": "string" }, "firmwareVersion": { "type": "string" }, "nextCalibrationDate": { "type": "string", "format": "datetime" }, "channels": { "type": "array", "items": { "type": "ref", "ref": "#channel" } } }}