Programming manual
CNC 8070
GEOMETRY ASSISTANCE
Corner rounding, radius blend, (G36)
7.
(SOFT V02.0X)
131
The programmed rounding feedrate depends on the type of
movement programmed afterwards:
• If the next movement is in G00, the rounding will be carried out in
G00.
• If the next movement is in G01, G02 or G03, the rounding will be
carried out at the feedrate programmed in rounding definition
block. If no feedrate has been programmed, the rounding will be
carried out at the active feedrate.
When defining a plane change between the two paths that define a
rounding, it is carried out in the plane where the second path is
defined.
Properties of the function
Function G36 is not modal, therefore, it must be programmed every
time a corner is to be rounded.
N80 G01 X90 Y10
N90 G39 I10 (Chamfer. Size=10)
N100 G01 X90 Y50
N110 G36 (Rounding. Radius=10)
N120 G01 X70 Y50
N130 M30
N10 G01 G94 X10 Y10 F600
N20 G01 X10 Y50
N30 G36 I5 (Chamfering in G00)
N40 G00 X50 Y50
N50 G36 (Chamfer. F=600mm/min.)
N60 G01 X50 Y10
N70 G36 F300 (Chamfer. F=300mm/min.)
N80 G01 X90 Y10 F600
N90 M30
N10 G01 G17 X10 Y10 Z0 F600
N20 X10 Y50 (X-Y plane)
N30 G36 I10
N40 G18 (Z-X plane. The rounding is carried out in
this plane)
N50 X10 Z30
N60 M30