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.
Properties
Section titled “Properties”maximum
Section titled “maximum”Type: binary32
Upper bound for the tool’s process target feedrate.
minimum
Section titled “minimum”Type: binary32
Lower bound for the tool’s feedrate.
nominal
Section titled “nominal”Type: binary32
Nominal feedrate the tool is designed to operate at.
Type: binary32
Referenced By
Section titled “Referenced By”- cuttingToolLifeCycle
eco.wonderland.workcell.asset.cutting.tool.lifecycle.defs
Schema
Section titled “Schema”{ "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 } }}