Skip to content

toolingMeasurement

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

Constrained scalar value associated with a cutting tool. A measurement is specific to the tool management policy at a particular shop. The tool zero reference point or gauge line will be different depending on the particular implementation and will be assumed to be consistent within the shop.

Type: binary32

Maximum value for the measurement.

Type: binary32

Minimum value for the measurement.

Type: nativeUnit

Units the measurement was originally recorded in. See Device Information Model for the complete list of nativeUnits.

Type: binary32

As advertised value for the measurement.

Type: int32

Number of significant digits in the reported value.

Type: unit

Units for the measurements. See Device Information Model for the complete list of units.

Type: binary32

Type: code

Shop specific code for the measurement. ISO 13399 codes MAY be used for these codes as well. See Cutting Tool Measurement Subtypes and Cutting Item Measurement Subtypes for details on measurement types and their respective code values.

{
"type": "object",
"properties": {
"maximum": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"minimum": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"nativeUnits": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#nativeUnit"
},
"nominal": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"significantDigits": {
"type": "integer"
},
"units": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#unit"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"code": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.asset.data.defs#code"
}
}
}
© Lookinglass 2026