Skip to content

processFeedRate

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

Constrained process feed rate for the tool in mm/s. The value MAY contain the nominal process target feed rate if available. If processFeedRate is provided, at least one value of maximum, nominal, or minimum MUST be specified.

Type: binary32

Upper bound for the tool’s process target feedrate.

Type: binary32

Lower bound for the tool’s feedrate.

Type: binary32

Nominal feedrate 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