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.
Properties
Section titled “Properties”maximum
Section titled “maximum”Type: binary32
Upper bound for the tool’s target spindle speed.
minimum
Section titled “minimum”Type: binary32
Lower bound for the tools spindle speed.
nominal
Section titled “nominal”Type: binary32
Nominal speed 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 } }}