Siemens SINUMERIK 808D User Manual page 169

Programming and operating manual (milling)
Hide thumbs Also See for SINUMERIK 808D:
Table of Contents

Advertisement

For example, to machine a center hole (in Z) in the G17 plane, you program:
G17
AXN=3
D e ep-hole tapping: VARI, DAM, VRT
With the VARI parameter, it is possible to distinguish between simple tapping (VARI = 0) and deep-hole tapping (VARI ≠ 0).
In conjunction with deep-hole tapping, it is possible to choose between chip breaking (retraction by variable distance from
current drilling depth, parameter VRT, VARI = 1) and chip removal (withdrawal from reference plane VARI = 2). These
functions work analogously to the normal deep-hole drilling cycle CYCLE83.
The incremental drilling depth for one pass is specified via parameter DAM. The cycle internally calculates the intermediate
depth as follows:
● The programmed incremental drilling depth is executed in each step until the rest up to the final drilling depth is less than
(<) 2 x DAM
● The remaining drilling depth is halved and executed in two steps. Thus, the minimum drilling depth is not smaller than
DAM / 2.
N o te
The direction of rotation when tapping in the cycle is always reversed automatically.
Programming example 1: Rigid tapping
A thread is tapped without compensating chuck at position X30 Y35 in the XY plane; the tapping axis is the Z axis. No dwell
time is programmed; the depth is programmed as a relative value. The parameters for the direction of rotation and for the
lead must be assigned values. A metric thread M5 is tapped.
N10 G0 G90 T11 D1
N20 G17 X30 Y35 Z40
N30 CYCLE84(20,0,3,-15,,1,3,6,,0,500,500,3,0,0,0,5,0)
N40 M02
Programming and Operating Manual (Milling)
6FC5398-4DP10-0BA6, 09/2017
; Specification of technology values
; Approach drilling position
Cycle call; parameter PIT has been omit-
ted; no value is entered for the absolute
depth or the dwell time; spindle stop at
90 degrees; speed for tapping is 200,
speed for retraction is 500
; End of program
169

Advertisement

Table of Contents
loading

Table of Contents