Skip to content

lexicon

Id: eco.wonderland.workcell.device.interface.defs
Type: lexicon

  • interface: Abstract component that coordinates actions and activities between pieces of equipment.
{
"id": "eco.wonderland.workcell.device.interface.defs",
"lexicon": 1,
"defs": {
"interface": {
"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"
}
}
},
"interfaces": {
"type": "array",
"items": {
"type": "union",
"refs": [
"#interface",
"lex:eco.wonderland.workcell.interface.defs#requester",
"lex:eco.wonderland.workcell.interface.defs#responder",
"lex:eco.wonderland.workcell.interface.defs#barFeederInterface",
"lex:eco.wonderland.workcell.interface.defs#chuckInterface",
"lex:eco.wonderland.workcell.interface.defs#doorInterface",
"lex:eco.wonderland.workcell.interface.defs#materialHandlerInterface"
]
}
}
}
}
© Lookinglass 2026