Siemens SINUMERIK 840D sl Programming Manual page 313

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

Advertisement

Programming example
With the turning tool T3, D1 with SL=3, length L1 is to be determined incrementally and
machine-related.
The probe to be used is tool probe 1. This
probe is already calibrated in the minus X
direction (machine-related). The precise
values are entered in probe array _TP[0,2].
%_N_INCR_MEAS_MPF
N10 T3 D1 G94
N20 _MVAR=100001 _MA=2 _FA=20 _MD=1 _PRNUM=1 _VMS=0
_NMSP=1
N30 CYCLE982
N99 M2
Explanation of example
The probe has been calibrated in minus X.
Before the program is started, the "tip" of the tool T3 is in measuring axis X in a range 2 ×
_FA=40 mm (dimension with reference to radius) in front of the probe. In axis Z, the center of
the cutting edge is centered with respect to the probe. If the cutting edge radius =0, it is the
tool nose.
When CYCLE982 is started, measurement starts in the negative X direction (_MA=2, MD=1)
with measuring velocity 300 mm/min (_VMS=0, _FA>1). The switching signal is expected by
the probe 1 (_PRNUM=1) within a distance of 2 x _FA = 40 mm. Otherwise, an alarm will be
triggered. Measurement is performed once (_NMSP=1).
After successful measurement, the "tip" of T3 is in the starting position again.
The calculated length L1 (tool type 5xy, _MA=2, _MVAR=xx0xxx) is entered in D1 of T3 in
the geometry. The associated wear component is reset.
Measuring cycles
Programming Manual, 03/2009 Edition, 6FC5398-4BP10-2BA0
Measuring Cycles for Turning Machines
6.3 CYCLE982 tool: Measure turning and milling tools
;Turning tool T3 is active,
;Starting position reached
;Parameters for the measuring
cycle
;Measurement in minus X
direction
313

Advertisement

Table of Contents
loading

Table of Contents