Programming manual.
CNC 8070
GEOMETRY ASSISTANCE
11.
Corner rounding, radius blend, (G36)
·203·
(REF: 1709)
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.
Function properties
Function G36 is not modal, therefore, it must be programmed every time a corner is to be
rounded.
N10 G01 G94 X10 Y10 F600
N20 G01 X10 Y50
N30 G36 I5 (Rounding. G00)
N40 G00 X50 Y50
N50 G36 (Rounding. F=600mm/min.)
N60 G01 X50 Y10
N70 G36 F300 (Rounding. F=300mm/min.)
N80 G01 X90 Y10 F600
N90 M30
N10 G01 G17 X10 Y10 Z-10 F600
N20 X10 Y50 Z0 (X-Y plane)
N30 G36 I10
N40 G18 (Z-X plane. The rounding is carried out in this plane)
N50 X10 Z30
N60 M30