Cutting Conditions
Cutting conditions are included in a tools catalog. This content is converted into machining feedrate and spindle speed parameters that are used in machining operations by means of Formulas.
For
an example of such a tools catalog, see FeedsAndSpeeds.xls file delivered in
the .../startup/Manufacturing/Samples
folder.
Cutting conditions are also available in the Feeds and Speeds tab of the Tool Definition dialog box.
In the Feeds and Speeds tab of the Machining Operation dialog box, the Quality (Rough or Finish) of the machining operation and the tool data are taken into account for computing feeds and speeds.
The units associated with each attribute are set using .
- For cutting speed, you can choose the industry standard unit you are accustomed to: m/mn or ft/mn. Cutting speed is a linear value.
- For spindle speed, the unit is turn/mn. Spindle speed is an angular value.
- Cutting speed and spindle speed are related as follows (when tool diameter
units are in mm): LG
spindle speed = cutting speed*1000/(Pi*tool diameter)
- The feedrate attribute represents the global
feedrate of the tool. If you modify the global feedrate, the feedrate per
tooth is updated according to the Formula:
feedrate per tooth = global feedrate/number of teeth
Note: The feedrate per tooth cannot be edited directly in the Feeds & Speeds tab.
The following cutting conditions data are supported: cutting speed (Vc), feedrate/tooth (Sz), and depth of cut.
Cutting conditions for drilling tools:
MFG_VC: cutting speed in mm/mn MFG_SZ: feedrate/tooth in mm/rev MFG_PP: Depth of cut.
Roughing and Finishing cutting conditions for milling tools:
MFG_VC_FINISH: finishing cutting speed in mm/mn MFG_SZ_FINISH: finishing feedrate/tooth in mm/rev MFG_VC_ROUGH: roughing cutting speed in mm/mn MFG_SZ_ROUGH: roughing feedrate/tooth in mm/rev.
Roughing and Finishing cutting conditions for lathe inserts:
MFG_VC_FINISH: finishing cutting speed in mm/mn MFG_SZ_FINISH: finishing feedrate/tooth in mm/rev MFG_SZ_AA_FINISH: axial depth of cut for finishing MFG_SZ_AR_FINISH: axial depth of cut for finishing MFG_VC_ROUGH: roughing cutting speed in mm/mn MFG_SZ_ROUGH: roughing feedrate/tooth in mm/rev MFG_SZ_AA_ROUGH: axial depth of cut for roughing MFG_SZ_AR_ROUGH: axial depth of cut for roughing.
- The finishing speed is either a Finishing Cutting Speed or a Finishing Spindle Speed.
- The roughing speed is either a Roughing Cutting Speed or a Roughing Spindle Speed.
When a tool is selected for a machining operation, the spindle speed (N) and machining feedrate (Vf) are computed using the following Formula:
N (rev/mn) = Vc / (D * PI)
Where:
- D = tool diameter for milling/drilling in mm
- Vc = cutting speed of the tool.
For turning operations, N is automatically set in mm/min with the value of the insert cutting speed.
Vf (mm/rev) = Sz * N * Z
Where:
- Sz = feedrate/tooth on the tool
- N = spindle speed in rev/min
- Z = number of teeth on the tool: (MFG_NB_OF_FLUTES) or 1 for a lathe insert.
Finishing data is used if the machining operation is a finishing type (for example, Turning Profile Finishing) or if it includes a finishing feedrate.
If the tool data is set to 0, then the spindle speed N and machining feedrate Vf are not computed on the machining operation. For new machining operations, default values are used.