Skip to content

lexicon

Id: eco.wonderland.workcell.protocol.mtconnect.stream.defs
Type: lexicon

  • header: Provides information from an agent defining version information, storage capacity, and parameters associated with the data management within the agent.
  • mtConnectStreams: Root entity of an streams response that contains the observation information of one or more device entities.
{
"id": "eco.wonderland.workcell.protocol.mtconnect.stream.defs",
"lexicon": 1,
"defs": {
"header": {
"type": "object",
"required": [
"firstSequence",
"lastSequence",
"nextSequence",
"version",
"sender",
"instanceId",
"creationTime",
"bufferSize",
"deviceModelChangeTime"
],
"properties": {
"firstSequence": {
"type": "integer"
},
"lastSequence": {
"type": "integer"
},
"nextSequence": {
"type": "integer"
},
"version": {
"type": "string"
},
"testIndicator": {
"type": "boolean"
},
"sender": {
"type": "string"
},
"instanceId": {
"type": "integer"
},
"creationTime": {
"type": "string",
"format": "datetime"
},
"bufferSize": {
"type": "integer"
},
"deviceModelChangeTime": {
"type": "string",
"format": "datetime"
}
}
},
"mtConnectStreams": {
"type": "object",
"required": [
"header"
],
"properties": {
"header": {
"type": "ref",
"ref": "#header"
},
"streams": {
"type": "array",
"items": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.defs#deviceStream"
}
}
}
}
}
}
© Lookinglass 2026