]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
status before change of mdc CPU./start_agents_parallel_sep03
authorhadaq <hadaq>
Tue, 10 Feb 2004 17:36:04 +0000 (17:36 +0000)
committerhadaq <hadaq>
Tue, 10 Feb 2004 17:36:04 +0000 (17:36 +0000)
hadaq/hades.tcl

index f257cea260db6cc069ebdeffa5c7eeb9c4950801..66c2937d767ea98edd17a5ceb646168546c1eff1 100644 (file)
@@ -1,7 +1,7 @@
 # the list of sub systems according to your needs, possible sub systems
 # are: trig rich0 rich1 rich2 mdc0 tof1 tof2 tof3 shw
 
-set subSystems { trig rich0 rich1 rich2 tof1 tof2 tof3 tof4 shw}
+set subSystems { trig rich0 rich1 rich2 tof1 tof2 tof3 tof4 shw mdc0 mdc1 }
 
 # the component in the HADES_BASE_DIR
 set beamTime sep03
@@ -110,15 +110,15 @@ if {[lsearch $subSystems rich2] >= 0} {
 if {[lsearch $subSystems mdc0] >= 0} {
        set atmOffset 5
        set vcc [expr $atmBase + $atmOffset]
-       agent create r2f-8  hades /hades/usr/hades/$beamTime/mdc/hwmdc
-       worker create r2f-8:memnet -a -p -2 -w $bandwidth($atmOffset) -o $prot:$addr:$vcc
-       worker create r2f-8:readout -s mdc0  -a -p -1 -w $watermark_mdc -v notice
-       group add acquisition r2f-8:memnet
-       group add acquisition r2f-8:readout
-       lappend init r2f-8:mdc0:init
-       lappend reset [ list r2f-8 ". \$HOME/.bash_profile;  cd \$HOME/$beamTime/slow; ./mdc0 reset" ]
-       lappend start [ list r2f-8 ". \$HOME/.bash_profile;  cd \$HOME/$beamTime/slow; ./mdc0 start" ]
-       lappend stop [ list r2f-8 ". \$HOME/.bash_profile;  cd \$HOME/$beamTime/slow; ./mdc0 stop" ]
+       agent create r2f-14  hades /hades/usr/hades/$beamTime/mdc/hwmdc
+       worker create r2f-14:memnet -a -p -2 -w $bandwidth($atmOffset) -o $prot:$addr:$vcc
+       worker create r2f-14:readout -s mdc0  -a -p -1 -w $watermark_mdc -v notice
+       group add acquisition r2f-14:memnet
+       group add acquisition r2f-14:readout
+       lappend init r2f-14:mdc0:init
+       lappend reset [ list r2f-14 ". \$HOME/.bash_profile;  cd \$HOME/$beamTime/slow; ./mdc0 reset" ]
+       lappend start [ list r2f-14 ". \$HOME/.bash_profile;  cd \$HOME/$beamTime/slow; ./mdc0 start" ]
+       lappend stop [ list r2f-14 ". \$HOME/.bash_profile;  cd \$HOME/$beamTime/slow; ./mdc0 stop" ]
        lappend inPaths "-i $prot:0:$vcc"
 }