Skip to content

processSpindleSpeed

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

Constrained process spindle speed for the tool in revolutions/minute. The value MAY contain the nominal process target spindle speed if available. If processSpindleSpeed is provided, at least one value of maximum, nominal, or minimum MUST be specified.

Type: binary32

Upper bound for the tool’s target spindle speed.

Type: binary32

Lower bound for the tools spindle speed.

Type: binary32

Nominal speed the tool is designed to operate at.

Type: binary32

{
"type": "object",
"properties": {
"maximum": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"minimum": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"nominal": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
},
"value": {
"type": "bytes",
"minLength": 4,
"maxLength": 4
}
}
}
© Lookinglass 2026