Programming
10.3 Axis movements
Cylindrical grinding
262
Programming and Operating Manual, 07/2009, 6FC5398-4CP10-2BA0
Table 10- 3 Explanation
Command
Significance
G75
Fixed point approach
FP=<n>
Fixed point that is to be approached. The fixed point number is specified: <n>
Value range of <n>: 1, 2, 3, 4
If no fixed point number is specified, fixed point 1 is approached automatically.
X1=0 Z1=0
Machine axes to be traversed to the fixed point.
Specify the axes with value "0" with which the fixed point is to be approached
simultaneously.
Each axis is traversed with the maximum axial velocity.
Programming example
N05 G75 FP=1 X1=0
; Approach fixed point 1 in X
N10 G75 FP=2 Z1=0
; Approach fixed point 2 in Z, e. g. for
tool change
N30 M30
; End of program
Note
The programmed position values for X1, Z1 (any value, here = 0) are ignored, but must still
be written.