lexicon
Id: eco.wonderland.workcell.protocol.mtconnect.state.defs
Type: lexicon
Objects
Section titled “Objects”- agent: Agent.
Schema
Section titled “Schema”{ "id": "eco.wonderland.workcell.protocol.mtconnect.state.defs", "lexicon": 1, "defs": { "agent": { "type": "object", "properties": { "instanceId": { "type": "integer" }, "sequenceNumber": { "type": "integer" }, "bufferSize": { "type": "integer" }, "maxAssets": { "type": "integer" }, "assetCount": { "type": "integer" }, "buffer": { "type": "ref", "ref": "lex:eco.wonderland.workcell.observation.defs#observations" }, "assetBuffer": { "type": "ref", "ref": "lex:eco.wonderland.workcell.asset.defs#assets" } } } }}