Skip to content

lexicon

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

  • header: Provides information from an agent defining version information, storage capacity, and parameters associated with the data management within the agent.
  • mtConnectAssets: Root entity of an assets response that contains the asset information of asset types.
{
"id": "eco.wonderland.workcell.protocol.mtconnect.asset.defs",
"lexicon": 1,
"defs": {
"header": {
"type": "object",
"required": [
"deviceModelChangeTime",
"assetBufferSize",
"assetCount",
"creationTime",
"instanceId",
"sender",
"version"
],
"properties": {
"deviceModelChangeTime": {
"type": "string",
"format": "datetime"
},
"assetBufferSize": {
"type": "integer"
},
"assetCount": {
"type": "integer"
},
"creationTime": {
"type": "string",
"format": "datetime"
},
"instanceId": {
"type": "integer"
},
"sender": {
"type": "string"
},
"testIndicator": {
"type": "boolean"
},
"version": {
"type": "string"
}
}
},
"mtConnectAssets": {
"type": "object",
"required": [
"header"
],
"properties": {
"header": {
"type": "ref",
"ref": "#header"
},
"assets": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.asset.defs#assets"
}
}
}
}
}
© Lookinglass 2026