Programming
10.3 Axis movements
Surface grinding
Programming and Operating Manual, 11/2012, 6FC5398-5CP10-3BA0
237
Note
The programmed position values for X1, Y1, Z1 (any value, here = 0) are ignored, but must
still be written.
From SW 1.4 SP7
From SW 1.4 SP7 it is possible to take into account four fixed points.
Prerequisite is that the axis machine data MD30610 $MA_NUM_FIX_POINT_POS=4 is set.
Programming example
N05 G75 FP=1 X1=0
; in this case, index zero "40" is approached --> new
(MD30600 $MA_ FIX_POINT_POS[0]= example value 40)
N10 G75 FP=2 X1=0
; in this case, index one "60" is approached --> new
(MD30600 $MA_ FIX_POINT_POS[1]= example value 60)
N15 G75 FP=3 X1=0
; in this case, index two "70" is approached --> new
(MD30600 $MA_ FIX_POINT_POS[2]= example value 70)
N20 G75 FP=4 X1=0
; in this case, index three "80" is approached --> new
(MD30600 $MA_ FIX_POINT_POS[3]= example value 80)
N30 M30
; End of program
Note
If three or four fixed points are called in the program, and
MD30610 $MA_NUM_FIX_POINT_POS is set to 0 or two, error message "017800" is issued
by the NCK (Channel 1 Block ... incorrectly coded position programmed).
Содержание SINUMERIK 802D sl
Страница 10: ...Table of contents Surface grinding 10 Programming and Operating Manual 11 2012 6FC5398 5CP10 3BA0 ...
Страница 338: ...PLC diagnostics 13 3 Operating options Surface grinding 338 Programming and Operating Manual 11 2012 6FC5398 5CP10 3BA0 ...
Страница 364: ...Index Surface grinding 364 Programming and Operating Manual 11 2012 6FC5398 5CP10 3BA0 ...