Siemens SINUMERIK 840D sl Function Manual page 197

Tools
Hide thumbs Also See for SINUMERIK 840D sl:
Table of Contents

Advertisement

Creating a new setup offset
If the compensation data set (x) does not yet exist, it is created on the first write operation to one
of its parameters (y).
$TC_ECPxy[ t, d ] = r.r
Note
When working with setup offsets, the data set for the "sum offset fine" is created when a data
set is created for setup offsets, if a data set did not already exist for [t, d].
DELDL - Delete sum offset
Sum offsets are generally only relevant when machining with a cutting edge at a certain time at
a certain location of the workpiece. You can use the NC language command DELDL to delete
sum offsets from cutting edges (in order to release memory).
status = DELDL( t, d )
If d is not specified, all sum offsets of all cutting edges on tool t are deleted.
If d and t are not specified, all sum offsets for the cutting edges on all tools of the TO unit are
deleted (for the channel, in which the command is programmed).
When working with setup offsets, the DELDL command deletes both the setup offset and the
"sum offsets fine" of the specified cutting edge(s).
Note
The memory used for the data sets is released after deletion.
The deleted sum offsets can subsequently no longer be activated or programmed.
Sum offsets and setup offsets on active tools cannot be deleted (similar to the deletion of D
compensations or tool data).
The "status" return value indicates the result of the deletion command:
0:
-1:
Data backup
The data is saved during a general tool data backup (as a component of the D number data
sets).
Tools
Function Manual, 06/2019, A5E47435126B AA
Deletion was successful
Deletion was not (one cutting edge) or not completely (several cutting edges) successful
;
The value "r.r" is assigned to parameter y of setup offset x.
The other parameters of x have the value zero.
; Deletes all sum offsets of cutting edge d on tool t.
; t, d are optional parameters.
W1: Tool offset
2.15 Sum and setup offsets
197

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents