Programming Example 2 - Siemens SINUMERIK 840D sl Programming Manual

Measuring cycles hmi sl
Hide thumbs Also See for SINUMERIK 840D sl:
Table of Contents

Advertisement

5.2.5.3

Programming example 2

Measure radius of milling tool (workpiece-related)
Milling tool T4 with D1 is to be remeasured in radius R (to ascertain wear).
Radius measurement is to be performed with rotating spindle – in the X axis.
A measured value deviation of < 0.6 mm compared with the entered values is expected.
Values of calibration tool T4 D1,
before the measurement:
Tool type (DP1):
Length 1 - geometry (DP3):
Radius - geometry (DP6):
Radius - wear (DP15):
Values of the settable ZO for G54:
Tool probe 1 is used. It has already been
calibrated under the same conditions
(G17, G54, ...).
Values: See programming example 2
"Calibration"
%_N_T4_MEASURE_MPF
N01 _PRNUM=1
N02 G17 G54 G94 G90
N05 T4 D1
N10 M6
N15 G0 Z=_TPW[_PRNUM-1,4]+20
N16 X=_TPW[_PRNUM-1,0]+$P_TOOLR+20
Y=_TPW[_PRNUM-1,2] +$P_TOOLR +20
N20 _CHBIT[3]=1 _CBIT[12]=0
N30 _TZL=0.04 _TDIF=0.6 _TSA=2 _VMS=0
_NMSP=1 _FA=3 _EVNUM=0
N31 _ID=0 _MVAR=12 _MA=1
N40 CYCLE971
N50 Z=_TPW[_PRNUM-1,4]+20
N60 M2
Measuring cycles
Programming Manual, 03/2009 Edition, 6FC5398-4BP10-2BA0
Displacement: X=60, Y=15, Z= 30
Rotation about: X=0, Y=0, Z=18
degrees
Measuring Cycles for Milling and Machining Centers
5.2 CYCLE971 tool: Measuring milling tools, drills
120
L1 = 70
Rg = 18.0
Rv = 0.024
R = Rg + Rv
;Select tool probe 1
;Plane, ZO, feedrate type, dimensioning
;Selection of the tool to be measured
;Insert tool, offset active
;Position in infeed axis above the
;tool probe
;Position X/Y plane: tool edge 20 mm next
to
;probe edge +X, +Y
;Compensation in wear, internal cycle
;calculation of feedrate and speed
;during measurement with rotating spindle
;Remaining parameters for cycle
;Without offset
;Measurement with rotating spindle
;Raise from probe in Z
117

Advertisement

Table of Contents
loading

Table of Contents