Skip to content

lexicon

Id: eco.wonderland.workcell.asset.cutting.item.measurement.defs
Type: lexicon

  • chamferFlatLength: Flat length of a chamfer.
  • chamferWidth: Width of the chamfer.
  • cornerRadius: Nominal radius of a rounded corner measured in the X Y-plane.
  • cuttingDiameter: Diameter of a circle on which the defined point Pk located on this cutting tool.
  • cuttingEdgeLength: Theoretical length of the cutting edge of a cutting item over sharp corners.
  • cuttingHeight: Distance from the basal plane of the tool item to the cutting point.
  • cuttingReferencePoint: Theoretical sharp point of the cutting tool from which the major functional dimensions are taken.
  • driveAngle: Angle between the driving mechanism locator on a tool item and the main cutting edge.
  • flangeDiameter: Dimension between two parallel tangents on the outside edge of a flange.
  • functionalLength: Distance from the gauge plane or from the end of the shank of the cutting tool, if a gauge plane does not exist, to the cutting reference point determined by the main function of the tool.
  • functionalWidth: Distance between the cutting reference point and the rear backing surface of a turning tool or the axis of a boring bar.
  • incribedCircleDiameter: Diameter of a circle to which all edges of a equilateral and round regular insert are tangential.
  • insertWidth: W1 is used for the insert width when an inscribed circle diameter is not practical.
  • pointAngle: Angle between the major cutting edge and the same cutting edge rotated by 180 degrees about the tool axis.
  • stepDiameterLength: Length of a portion of a stepped tool that is related to a corresponding cutting diameter measured from the cutting reference point of that cutting diameter to the point on the next cutting edge at which the diameter starts to change.
  • stepIncludedAngle: Angle between a major edge on a step of a stepped tool and the same cutting edge rotated 180 degrees about its tool axis.
  • toolCuttingEdgeAngle: Angle between the tool cutting edge plane and the tool feed plane measured in a plane parallel the xy-plane.
  • toolLeadAngle: Angle between the tool cutting edge plane and a plane perpendicular to the tool feed plane measured in a plane parallel the xy-plane.
  • toolOrientation: Angle of the tool with respect to the workpiece for a given process.
  • weight: Total weight of the cutting tool in grams.
  • wiperEdgeLength: Measure of the length of a wiper edge of a cutting item.
{
"id": "eco.wonderland.workcell.asset.cutting.item.measurement.defs",
"lexicon": 1,
"defs": {
"chamferFlatLength": {
"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": "bch"
}
}
},
"chamferWidth": {
"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": "chw"
}
}
},
"cornerRadius": {
"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": "re"
}
}
},
"cuttingDiameter": {
"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": "d-cx"
}
}
},
"cuttingEdgeLength": {
"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": "l"
}
}
},
"cuttingHeight": {
"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": "hf"
}
}
},
"cuttingReferencePoint": {
"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": "crp"
}
}
},
"driveAngle": {
"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": "degree"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"code": {
"type": "string",
"default": "drva"
}
}
},
"flangeDiameter": {
"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": "df"
}
}
},
"functionalLength": {
"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": "l-fx"
}
}
},
"functionalWidth": {
"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": "wf"
}
}
},
"incribedCircleDiameter": {
"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": "ic"
}
}
},
"insertWidth": {
"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": "w1"
}
}
},
"pointAngle": {
"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": "degree"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"code": {
"type": "string",
"default": "sig"
}
}
},
"stepDiameterLength": {
"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": "sd-lx"
}
}
},
"stepIncludedAngle": {
"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": "degree"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"code": {
"type": "string",
"default": "st-ax"
}
}
},
"toolCuttingEdgeAngle": {
"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": "degree"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"code": {
"type": "string",
"default": "kapr"
}
}
},
"toolLeadAngle": {
"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": "degree"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"code": {
"type": "string",
"default": "psir"
}
}
},
"toolOrientation": {
"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": "degree"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"code": {
"type": "string",
"default": "n-per-a"
}
}
},
"weight": {
"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": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#unit"
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"code": {
"type": "string",
"default": "wt"
}
}
},
"wiperEdgeLength": {
"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": "bs"
}
}
}
}
}
© Lookinglass 2026