lexicon
Id: eco.wonderland.workcell.device.controller.defs
Type: lexicon
Arrays
Section titled “Arrays”Objects
Section titled “Objects”- controller: System that provides regulation or management of a system or component. ISO 16484-5:2017
Schema
Section titled “Schema”{ "id": "eco.wonderland.workcell.device.controller.defs", "lexicon": 1, "defs": { "controller": { "type": "object", "required": [ "id" ], "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "nativeName": { "type": "string" }, "sampleInterval": { "type": "bytes", "minLength": 4, "maxLength": 4 }, "uuid": { "type": "string" }, "compositions": { "type": "ref", "ref": "lex:eco.wonderland.workcell.device.composition.defs#compositions" }, "components": { "type": "ref", "ref": "lex:eco.wonderland.workcell.device.component.defs#components" }, "configuration": { "type": "ref", "ref": "lex:eco.wonderland.workcell.device.configuration.defs#configuration" }, "dataItems": { "type": "ref", "ref": "lex:eco.wonderland.workcell.device.data.defs#dataItems" }, "references": { "type": "ref", "ref": "lex:eco.wonderland.workcell.device.reference.defs#references" }, "coordinateSystemIdRef": { "type": "string" }, "path": { "type": "array", "items": { "type": "ref", "ref": "lex:eco.wonderland.workcell.device.component.defs#path" } } } }, "controllers": { "type": "array", "items": { "type": "ref", "ref": "#controller" } } }}