Language Commands For Tool Management - Siemens SINUMERIK 840D sl Programming Manual

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

Advertisement

Tool offsets

8.2 Language commands for tool management

8.2
Language commands for tool management
8.2
Function
The tool management can be used to change and update the tool data. You can use
predefined functions to perform the following tasks in the NC program:
• Create and fetch tools with names.
• Create a new tool or delete an existing tool.
• Assign a required T number to a tool with known name.
• Update the unit number monitoring data.
• Read the T number of the tool preselected for the spindle.
Programming
T="DRILL" or T="123 tools with name"
or
Return parameter=NEWT("WZ", DUPLO_NR)
or
DELT("MYTOOL",DUPLO_NR)
or
Return parameter=GETT("MYTOOL", DUPLO_NO)
or
SETSPIECE(x,y)
or
GETSELT (x)
Parameters
T="MYTOOL"
NEWT ("WZ",DUPLO_NR)
DELT ("WZ",DUPLO_NR)
GETT ("WZ",DUPLO_NR)
SETPIECE(x,y)
GETSELT (x)
"WZ"
DUPLO_NO
x, y
8-4
Select tool with name
Create new tool, duplo number optional
Delete tool, duplo number optional
Determine T number
Set piece number
Read preselected tool number (T No.)
Tool identifier
Number of workpieces
Spindle number, entry optional
Programming Manual, 03/2006 Edition, 6FC5398-2BP10-1BA0
Job planning

Advertisement

Table of Contents
loading

Table of Contents