lexicon
Id: eco.wonderland.workcell.protocol.mtconnect.device.defs
Type: lexicon
Objects
Section titled “Objects”- header: Provides information from an agent defining version information, storage capacity, and parameters associated with the data management within the agent.
- mtConnectDevices: Root entity of an devices response that contains the device information of one or more device entities.
Schema
Section titled “Schema”{ "id": "eco.wonderland.workcell.protocol.mtconnect.device.defs", "lexicon": 1, "defs": { "header": { "type": "object", "required": [ "assetBufferSize", "assetCount", "bufferSize", "creationTime", "instanceId", "sender", "version", "deviceModelChangeTime" ], "properties": { "assetBufferSize": { "type": "integer" }, "assetCount": { "type": "integer" }, "bufferSize": { "type": "integer" }, "creationTime": { "type": "string", "format": "datetime" }, "instanceId": { "type": "integer" }, "sender": { "type": "string" }, "testIndicator": { "type": "boolean" }, "version": { "type": "string" }, "deviceModelChangeTime": { "type": "string", "format": "datetime" } } }, "mtConnectDevices": { "type": "object", "required": [ "header", "devices" ], "properties": { "header": { "type": "ref", "ref": "#header" }, "devices": { "type": "array", "minLength": 1, "items": { "type": "union", "refs": [ "lex:eco.wonderland.workcell.device.defs#device", "lex:eco.wonderland.workcell.device.defs#agent" ] } } } } }}