N720 STOPRE
;
;
N730; Definition of loading magazine (always number 9999)
;
N740 $TC_MAP1[9999]=9 ; Magazine type 9: Loading magazine
N750 $TC_MAP2[9999]="LOADING MAGA-
ZINE"<<NUM_MAG
N760 $TC_MAP3[9999]=17 ; Magazine status
N770 $TC_MAP4[9999]=-1
N780 $TC_MAP5[9999]=-1
N790 $TC_MAP6[9999]=1 ; Number of lines
N800 $TC_MAP7[9999]=NUM_LOAD ; Number of locations
N810 STOPRE;
;
N820; Loading magazine locations
;
N830 for PLACE=1 to NUM_LOAD
N840 STOPRE
N850 $TC_MPP1[9999,PLACE]=7 ; Location type Loading point
N860 $TC_MPP2[9999,PLACE]=0 ; Location type (here always 0)
N870 $TC_MPP3[9999,PLACE]=0 ; Consider adjacent location Off
N880 $TC_MPP4[9999,PLACE]=2 ; Location status
N890 $TC_MPP5[9999,PLACE]=PLACE ; Location type index
N900 endfor
N910 STOPRE
;
;
N920; Offsets (clearances) ; Clearances to magazine
;
; Buffer
N930 for PLACE=1 to NUM_BUFFER
N940 $TC_MDP2[1,PLACE]=0
N950 endfor
N960 STOPRE
;
;Loading points
N970 for PLACE=1 to NUM_LOAD
N980 stopre
N990 $TC_MDP1[1,PLACE]=0
N1000 endfor
N1010 M30 ; End
Tool management
9.8 Application example for milling machine
CNC commissioning
320 Commissioning Manual, 10/2015, 6FC5397-3DP40-5BA3