N540 $TC_MAP2[9998]="BUFFER"<<NUM_MAG
N550 $TC_MAP3[9998]=17 ; Magazine status
N560 $TC_MAP6[9998]=1 ; Number of lines
N570 $TC_MAP7[9998]=NUM_BUFFER ; Number of locations
;
; Locations in the buffer
;Spindle
N580 $TC_MPP1[9998,1]=2 ; Location type (here spindle)
N590 $TC_MPP2[9998,1]=0 ; Location type (here always 0)
N600 $TC_MPP3[9998,1]=0 ; Consider adjacent location Off
N610 $TC_MPP4[9998,1]=2 ; Location status
N620 $TC_MPP5[9998,1]=1 ; Location type index
;
N630; Gripper
N640 FOR PLACE=2 to NUM_BUFFER
N650 STOPRE
N660 $TC_MPP1[9998,PLACE]=3 ;(here gripper)
N670 $TC_MPP2[9998,PLACE]=0 ;(here always 0)
N680 $TC_MPP3[9998,PLACE]=0 ; Consider adjacent location Off
N690 $TC_MPP4[9998,PLACE]=2 ; Location status
N700 $TC_MPP5[9998,PLACE]=PLACE ; Location type index
N710 endfor
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
Tool management
9.7 Application example for turning machine
CNC commissioning
Commissioning Manual, 10/2015, 6FC5397-3DP40-5BA3 307