Feedrate Control and Spindle Motion
7.9 Feedrate optimization for curved path sections (CFTCP, CFC, CFIN)
Fundamentals
Programming Manual, 11/2006, 6FC5398-1BP10-2BA0
301
Parameters
CFTCP
Constant feedrate on cutter center-point path.
The control keeps the feedrate constant, feed overrides are
deactivated.
CFC
Constant feed at contour (tool edge).
This function is set as the default.
CFIN
Constant feed at tool edge for concave contours only, otherwise on
the cutter center path. The feedrate velocity is reduced at inside radii.
Example of milling
In this example, the contour is first machined with a CFC-compensated feed. During
finishing, the cutting base is additionally machined with CFIN. This prevents the cutting base
from being damaged at outside radii by too high a feedrate.
;
<
N10 G17 G54 G64 T1 M6
N20 S3000 M3 CFC F500 G41
N30 G0 X-10
N40 Y0 Z-10
;Infeed to first cutting depth
N50 CONTOUR1
;Subroutine call
N40 CFIN Z-25
;Infeed to second cutting depth
N50 CONTOUR1
;Subroutine call
N60 Y120
N70 X200 M30