Skip to content

cuttingTool

Lexicon: eco.wonderland.workcell.asset.cutting.tool.defs
Type: object

Asset that physically removes the material from the workpiece by shear deformation.

Type: string
Required

Unique identifier for an asset.

Type: string

Associated piece of equipment’s UUID that supplied the asset’s data. It references to uuid defined in Device Information Model.

Type: boolean

Indicator that the asset has been removed from the piece of equipment.

Type: timestamp
Required

Time the asset data was last modified.

Type: configuration

Type: string

Condensed message digest from a secure one-way hash function. FIPS PUB 180-4

Type: string
Required

Unique identifier for this assembly.

Type: string
Required

Identifier for a class of cutting tools.

Type: cuttingToolLifeCycle

Type: cuttingToolArchetypeReference

Type: cuttingToolDefinition

  • assets eco.wonderland.workcell.asset.defs
{
"type": "object",
"required": [
"assetId",
"timestamp",
"serialNumber",
"toolId"
],
"properties": {
"assetId": {
"type": "string"
},
"deviceUuid": {
"type": "string"
},
"removed": {
"type": "boolean"
},
"timestamp": {
"type": "string",
"format": "datetime"
},
"configuration": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.device.configuration.defs#configuration"
},
"hash": {
"type": "string"
},
"serialNumber": {
"type": "string"
},
"toolId": {
"type": "string"
},
"cuttingToolLifeCycle": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.asset.cutting.tool.lifecycle.defs#cuttingToolLifeCycle"
},
"cuttingToolArchetypeReference": {
"type": "ref",
"ref": "#cuttingToolArchetypeReference"
},
"cuttingToolDefinition": {
"type": "ref",
"ref": "#cuttingToolDefinition"
}
}
}
© Lookinglass 2026