CNC Z32 - Programming Guide (LATHES)
Definition of the profile to be roughed
The profile to be roughed must be defined
starting from the raw workpiece
dimensions (with G0 segments) and
ending with the final
profile. The following figure shows two profile examples.
Passata di sgrossatura
Ritorno a 30 gradi
Ritorno rapido
C
X
Z
A
B
D
E
F
Upper profile (external machining):
- the raw dimensions must be defined at first (from point A to point C)
- than, the profile must be defined (from point C to point A), proceeding in clockwise direction
- the tool radius correction is with tool on the right of the profile (G42)
- the passes are oriented to 180 degrees (Z- direction)
- the pass depth must be defined as positive (K>0)
Lower profile (internal machining):
- the raw dimensions must be defined at first (from point D to point F)
- than, the profile must be defined (from point F to point D), proceeding in counterclockwise direction
- the tool radius correction is with tool on the left of the profile (G41)
- the passes are oriented to 180 degrees (Z- direction)
- the pass depth must be defined as negative (K<0)
101