9
;================================
10
CALL PGM TNC:\X_CONTROL\L_BREAK.h
11
END PGM BSP_L_BREAK MM
For the above-mentioned variables, the values from the following table can be used.
Variable
Q1905
Q1906
Q1913
Example/program code: Tool length check with probing speed 500 mm/min (*2000 mm/min).
0
BEGIN PGM BSP_L_BREAK MM
1
FEED RATE FACTOR;
2
Q1905 = 0
2*
Q1905 = 2
3
;================================
4
; DELTA TOOL LENGTH TO SETTING DIMENSION
5
Q1906 = 0
6
;================================
7
; M19 / M20 SPINDLE ORIENTATION
8
Q1913 = 19
9
;================================
10
CALL PGM TNC:\X_CONTROL\L_BREAK.h
11
END PGM BSP_L_BREAK MM
Example/program code: Tool length is checked by adding the tip length 1.125 mm of the entered tool length in the tool
memory. Probing speed is 1500 mm/ min
0
BEGIN PGM BSP_L_BREAK MM
1
FEED RATE FACTOR;
2
Q1905 = 3
3
;================================
4
; DELTA TOOL LENGTH TO SETTING DIMENSION
5
Q1906 = 1,125
6
;================================
7
; M19 / M20 SPINDLE ORIENTATION
8
Q1913 = 19
9
;================================
10
CALL PGM TNC:\X_CONTROL\L_BREAK.h
11
END PGM BSP_L_BREAK MM
Back to Heidenhain automatic operation [} Page 53]
7.4.3.
Probe cycle BSP_L_LENGTH
Probe cycle
Function
Value
0 - 3
>0
ℤ>0
Note
Meaning
0 - 3
Tip length of the tool in case not meas-
ured at the tip.
Value for spindle orientation M19 =>
Q1913=19
M20 => Q1913=20
Program code
www.hoffmann-group.com
de
bg
da
en
fi
fr
it
hr
lt
nl
no
pl
pt
ro
sv
sk
sl
es
cs
hu
55