N50 NUM_BUFFER = 3 ;Number of buffers (spindle, grip-
per)
N60 NUM_LOAD = 1 ; Number of loading points
N70 PLACE_SEARCH = 12289 ; Type of search strategy
;= 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 Err1:STOPRE
N130 MSG("Wrong Parameter --> Cancel")
N140 G04 F4
N150 STOPRE
N160 M0
N170 GOTOB Err1
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 ; Delete magazine
N250 $TC_DP1[0,0]=0 ; Delete Tools
N260 STOPRE
N270 endif
; Configuration
;
N280 $TC_MAMP2= PLACE_SEARCH ; Type of search strategy
;
; 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 ; Magazine status, all locations
fixed-location coded for revolver
magazine
N330 else
N340 $TC_MAP3[NUM_MAG]=17 ; Magazine status
N350 endif
N360 $TC_MAP4[NUM_MAG]=-1
Tool management
9.8 Application example for milling machine
CNC commissioning
318 Commissioning Manual, 10/2015, 6FC5397-3DP40-5BA3