Free Assignment Of D Numbers: Determine T Number To The Specified D Number (Getacttd) - Siemens SINUMERIK 828D Programming Manual

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

Advertisement

Tool offsets
7.7 Free assignment of D numbers, cutting edge numbers
Significance
d
t
ce
state
Example for renaming a D number
Programming
$TC_DP2[1.2]=120
$TC_DP3[1,2] = 5.5
$TC_DPCE[1,2] = 3
...
N10 def int DNoOld, DNoNew = 17
N20 DNoOld = GETDNO(1,3)
N30 SETDNO(1,3,DNoNew)
The new D value 17 is then assigned to cutting edge CE=3. Now the data for the cutting
edge are addressed via D number 17; both via the system variables and in the programming
with the NC address.
7.7.4
Free assignment of D numbers: Determine T number to the specified D number
(GETACTTD)
Function
You determine the T number associated with an absolute D number using the
command. There is not check for uniqueness. If several D numbers within a TO unit are the
same, the T number of the first tool found in the search is returned. This command is not
suitable for use with "flat" D numbers, because the value "1" is always returned in this case
(no T numbers in database).
Syntax
status=GETACTTD(Tnr,Dnr)
432
D number of the tool edge
T number of the tool
Cutting edge number (CE number) of the tool
Indicates whether the command could be executed (TRUE or FALSE).
Comments
;
;
;
Cutting edge number CE
;
;
;
;
Programming Manual, 07/2010, 6FC5398-2BP40-0BA0
GETACTTD
Job planning

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents