Siemens SINUMERIK 828D Commissioning Manual page 332

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

Advertisement

Tool management
9.8 Application example for milling machine
N50 NUM_BUFFER = 3
N60 NUM_LOAD = 1
N70 PLACE_SEARCH = 12289
;= 257 Bit13=0 no exchange of the old tool on the location of the new tool
;Setting for pickup magazine
;=12289 Bit13=1 exchange old tool on the location of the new tool
;Setting for chain magazine
N80;
N90;
;Check parameters
N100 STOPRE
N110 if ((NUM_MAG==0)or(LOCATIONS==0))
N120
N130
N140
N150
N160
N170
N180 endif
N190; Magazine configuration
N200;
N210;
N220; Delete old data when magazine 1 is set up
N230 if NUM_MAG ==1
N240 $TC_MAP1[0]=0
N250 $TC_DP1[0,0]=0
N260 STOPRE
N270 endif
; Configuration
;
N280 $TC_MAMP2= PLACE_SEARCH
;
; Magazine
; Set up magazine
N290 $TC_MAP1[NUM_MAG]= MAG_TYPE
N300 $TC_MAP2[NUM_MAG]="MAGAZINE"<<NUM_MAG
N310 if MAG_TYPE == 3
N320 $TC_MAP3[NUM_MAG]=81
N330 else
N340 $TC_MAP3[NUM_MAG]=17
N350 endif
N360 $TC_MAP4[NUM_MAG]=-1
318
Err1:STOPRE
MSG("Wrong Parameter --> Cancel")
G04 F4
STOPRE
M0
GOTOB Err1
;Number of buffers (spindle, grip-
per)
; Number of loading points
; Type of search strategy
; Delete magazine
; Delete Tools
; Type of search strategy
; Magazine status, all locations
fixed-location coded for revolver
magazine
; Magazine status
Commissioning Manual, 10/2015, 6FC5397-3DP40-5BA3
CNC commissioning

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents