]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
*** empty log message ***
authorhades <hades>
Wed, 7 Jun 2000 12:55:20 +0000 (12:55 +0000)
committerhades <hades>
Wed, 7 Jun 2000 12:55:20 +0000 (12:55 +0000)
hadaq/startacq
hadaq/writefile

index a67848b35de8898420722a3d6c22f16937d52103..1daabc1c808bb3876f54036ac9adc95da8176147 100644 (file)
@@ -1,8 +1,11 @@
 :
+cd ../../slow
+tofino reset; tofino start
+cd -
 ./daq_evtbuild -p -1 -s 1 -v notice &
 echo $! >evtbuild.pid
 sleep 1;
-./daq_readout -p -2 -v info &
+./daq_readout -p -2 -v notice &
 echo $! >readout.pid
 sleep 1
 dtuctrl -t ctu start
index d009de4c3e4c88f7ea971ee6129440793eb8abf0..cf0e6060505e6b084a0cc823c7849e728e08cb4c 100644 (file)
@@ -1,10 +1,12 @@
 :
-./daq_evtbuild -p -1 -s 3 -v notice -d file -o data.hld &
+cd ../../slow
+tofino reset; tofino start
+cd -
+./daq_evtbuild -p -1 -s 1 -v notice -d file -o data.hld &
 echo $! >evtbuild.pid
 sleep 1;
 ./daq_readout -p -2 -v notice &
 echo $! >readout.pid
-sleep 1;
-./daq_ctrlctu -v notice &
-echo $! >ctrlctu.pid
+sleep 1
+dtuctrl -t ctu start
 exit 0