Siemens SINUMERIK 828D Function Manual page 646

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
MD10717 $MN_T_NO_FCT_CYCLE_NAME = "D_T_SUB_PROG"
MD10719 $MN_T_NO_FCT_CYCLE_MODE = 'H2'
MD22550 $MC_TOOL_CHANGE_MODE = 0
Main program
Programming
PROC MAIN
...
N10 G01 F1000 X10 T1=5 D1
...
N90 M30
Subprogram "D_T_SUB_PROG"
Programming
N1000 PROC D_T_SUB_PROG DISPLOF SBLOF
N4100 IF $C_T_PROG==TRUE
N4120
POS[B]=CAC($C_T)
N4130
T[$C_TE]=$C_T
N4140 ENDIF
N4300 IF $C_T_PROG==TRUE
N4320
D=$C_D
N4330 ENDIF
N4400 IF $C_DL_PROG==TRUE
N4420
D=$C_DL
N4430 ENDIF
N9999 RET
646
Comment
;
;
T and D function replaced by calling
;
"D_T_SUB_PROG" at start of block
;
Comment
; IF address T is programmed
;
Approach the indexing position
;
Select tool (T selection)
; ENDIF
; IF address D is programmed
;
Select offset (D selection)
; ENDIF
; IF address DL is programmed
;
Select insert offset
; ENDIF
Replacement
subprogram
for M function
Call at block start
Tool change with T
function
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