Siemens SINUMERIK 828D Function Manual page 644

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

Advertisement

K1: Mode group, channel, program operation, reset response
9.15 Replacing functions by subprograms
Example 2
The new tool is prepared for changing with the T function. The tool change is only realized with function M6. The
T function is replaced by calling the subprogram "MY_T_CYCLE". The D / DL number is transferred to the
subprogram.
Parameterization
Parameterization
MD22550 $MC_TOOL_CHANGE_MODE = 1
MD10717 $MN_T_NO_FCT_CYCLE_NAME = "MY_T_CYCLE"
MD10719 $MN_T_NO_FCT_CYCLE_MODE = 0
Main program
Program code
N210 D1
N220 G90 G0 X100 Y100 Z50
N230 D2 X110 Z0 T5
N240 M6
Example 3
The new tool is prepared for changing with the T function. The tool change is only realized with function M6. The
T function is replaced by calling the subprogram "MY_T_CYCLE". The D / DL number is not transferred to the
subprogram.
Parameterization
Parameterization
MD22550 $MC_TOOL_CHANGE_MODE = 1
MD10717 $MN_T_NO_FCT_CYCLE_NAME = "MY_T_CYCLE"
MD10719 $MN_T_NO_FCT_CYCLE_MODE = 1
Main program
Program code
N310 D1
N320 G90 G0 X100 Y100 Z50
N330 D2 X110 Z0 T5
N340 M6
644
Comment
;
; D1 is active.
;
D1 remains active, programmed D2 is transferred
;
to the subprogram as variable
; Execute tool change
Comment
; D1 is active.
;
D2 is active and is not transferred as variable
;
to
the replacement subprogram.
; Execute tool change.
Meaning
Tool change prepared with T
function
Replacement subprogram
Transfer of the D/DL number
Meaning
Tool change prepared with T
function
Replacement subprogram
No transfer of the D/DL number
Function Manual, 09/2011, 6FC5397-0BP40-2BA0
Basic Functions

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sinumerik 840d sl

Table of Contents