Skip to content

bodyLengthMax

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

Distance measured along the X axis from that point of the item closest to the workpiece, including the cutting item for a tool item but excluding a protruding locking mechanism for an adaptive item, to either the front of the flange on a flanged body or the beginning of the connection interface feature on the machine side for cylindrical or prismatic shanks.

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
Default: millimeter
Required

Type: binary32

Type: code
Default: lbx
Required

{
"type": "object",
"required": [
"code",
"units"
],
"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": "string",
"default": "millimeter"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"code": {
"type": "string",
"default": "lbx"
}
}
}
© Lookinglass 2026