]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
*** empty log message ***
authorhades <hades>
Wed, 17 May 2000 07:36:48 +0000 (07:36 +0000)
committerhades <hades>
Wed, 17 May 2000 07:36:48 +0000 (07:36 +0000)
hadaq/ctrlctu.c

index a780b991ec29636acd43e2ded71a5d8bb0180610..53053ea7380afa3ffffdd37a1a73bf0ca2843f41 100644 (file)
@@ -71,15 +71,14 @@ int main(int argc, char *argv[])
        Worker_initEnd(worker);
 
        sleep(1);
-       system("/home/hades/tt00/slow/dtu/dtuctrl -t ctu reset");
-       system("/home/hades/tt00/slow/dtu/dtuctrl -t ctu rate 1");
-       system("/home/hades/tt00/slow/dtu/dtuctrl -t ctu start");
+       system("dtuctrl -t ctu reset");
+       system("dtuctrl -t ctu start");
        (*ctuEnabled) = 1;
        if (0 == setjmp(terminateJmp)) {
                pause();
        }
        sleep(3);
-       system("/home/hades/tt00/slow/dtu/dtuctrl -t ctu stop");
+       system("dtuctrl -t ctu stop");
        (*ctuEnabled) = 0;
 
        Worker_fini(worker);