Programming manual
88
CNC 8070
5.
TECHNOLOGICAL FUNCTIONS
Feedrate related functions
(SOFT V02.0X)
62
Properties of the functions
Functions G197 and G196 are modal and incompatible with each
other.
On power-up, after executing an M02 or M30, and after an
EMERGENCY or RESET, the CNC assumes function G197.
N10 G01 G196 G41 X12 Y10
F600
(Tool radius compensation and
constant tangential feedrate)
N20 G01 X12 Y30
N30 G02 X20 Y30 R4 (Constant tangential feedrate)
N40 G03 X30 Y20 R10 (Constant tangential feedrate)
N50 #TANGFEED RMIN [5] (Minimum radius = 5)
N60 G01 X40 Y20
N70 G03 X50 Y30 R10 (Constant tangential feedrate)
N80 G02 X58 Y30 R4 (No constant tangential feedrate.
R
PROGRAMMED
< R
MINIMUM
)
N90 G01 X58 Y20
N100 #TANGFEED RMIN [15] (Minimum radius = 15)
N110 G03 X68 Y10 R10 (No constant tangential feedrate.
R
PROGRAMMED
< R
MINIMUM
)
N120 G01 X80 Y10
N130 G01 G40 X100
N140 M30