Programming and Operating Manual (Milling)
92 6FC5398-4DP10-0BA6, 09/2017
Feedrate F
Fu n ctionality
The feed F is the
and represents the value of the geometric sum of the velocity components of all axes
involved. The individual axis velocities therefore result from the portion of the axis path in the overall distance to be
traversed.
The feedrate F is effective for the interpolation types G1, G2, G3, CIP, and CT and is retained until a new F word is written.
integer values, the decimal point is not required, e.g. F300.
Unit of measure for F with G94, G95
The dimension unit for the F word is determined by G functions:
● G94:
as the feedrate in
● G95: Feedrate F in mm/spindle revolutions
(only meaningful when the spindle is running)
This unit of measure applies to metric dimensions. According to Section "Metric and inch dimensioning", settings with
inch dimensioning are also possible.
; Feedrate in mm/revolution
Note
Write a new F word if you change G94
- G95.
Linear interpolation with feedrate: G1
Fu n ctionality
The tool moves from the starting point to the end point along a straight path. The
is determined by the
programmed
.
All axes can be traversed simultaneously.
G1 remains active until canceled by another instruction from this G group (G0, G2, G3...).
=... F...
G1 AP=... RP=... Z... F...
; cylindrical coordinates (3-dimensional)
Note
Another option for linear programming is available with the angle specification ANG=... (see Section "
Contour definition
(Page 110)").