Siemens SINUMERIK 828D Programming Manual page 83

Hide thumbs Also See for SINUMERIK 828D:
Table of Contents

Advertisement

Type of D programming
The type of D programming is defined via machine data.
This can be done as follows:
● D number = cutting edge number
● Free selection of D numbers
● Absolute D number without reference to the T number
References:
Function Manual, Basic Functions; Tool Offset (W1),
Function Manual, Tool Management, Chapter: "Variants of D-number assignments"
Examples
Example 1: Tool change with T command (turning)
Program code
N10 T1 D1
N11 G0 X... Z...
N50 T4 D2
...
N70 G0 Z... D1
Fundamentals
Programming Manual, 07/2010, 6FC5398-1BP40-0BA0
D numbers ranging from 1 to max. 12 are available for every tool T<number> or
T="Name" (with TOOLMAN). These D numbers are assigned directly to the tool cutting
edges. A compensation data record ($TC_DPx[t,d]) belongs to each D number (= cutting
edge number).
The D numbers can be freely assigned to the cutting edge numbers of a tool. The upper
limit for the D numbers that can be used is limited by a machine data.
Independence between D number and T number can be selected in systems without tool
management. The reference of T number, cutting edge and offset by the D number is
defined by the user. The range of D numbers is between 1 and 32000.
Comment
; Load tool T1 and activate tool offset data record D1 of T1.
; The tool length compensations are applied.
; Load tool T4 and activate tool offset data record D2 of T4.
; Activate other cutting edge D1 for tool T4.
Tool offsets
5.6 Tool offset call (D)
83

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents