Changeset 13271 for trunk/FACT++


Ignore:
Timestamp:
03/29/12 05:47:37 (13 years ago)
Author:
Jens Buss
Message:
exchanged <echo> output command against <#> output
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/ScriptsForDimCtrl/ServiceScripts/TakeDataRun

    r13266 r13271  
    1 # check if subsystems are in the right state and then take one data run
    2 
    31.x ScriptsForDimCtrl/IsReadyForDataTaking
    42
    5 .! echo `date -u`  "taking Data:FullTriggerArea 5min Run ..." >> ~/FACT++/ScriptsForDimCtrl/DataTaking.log
     3# taking Data:FullTriggerArea 5min Run ...
     4MCP/START 300 -1 data
    65
    7 MCP/START 300 -1 data
    8 .s FAD_CONTROL 8 # FAD: Writing
    9 .s FAD_CONTROL 4 # FAD: connceted
     6.s FAD_CONTROL 8
     7# FAD: Writing
    108
    11 .! echo `date -u`  "... done" >> ~/FACT++/ScriptsForDimCtrl/DataTaking.log
     9.s FAD_CONTROL 4
     10# FAD: connceted
     11
     12# ... done
Note: See TracChangeset for help on using the changeset viewer.