Changeset 13730 for trunk


Ignore:
Timestamp:
05/14/12 16:51:12 (12 years ago)
Author:
Jens Buss
Message:
modified script by using service scripts for data taking and drscalibration
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/ScriptsForDimCtrl/DataTaking2.dim

    r13720 r13730  
    1212>
    1313
    14 # check if all subsystems are in the correct state
    15 .x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking.dim
    16 > taking Pedestal with BIAS on 1000 ...
    17 .s FAD_CONTROL 4
    18 MCP/START -1 1000 pedestal
    19 .s FAD_CONTROL 8
    20 .s FAD_CONTROL 4
    21 > ... done
    22 
    23 # check if all subsystems are in the correct state
    24 .x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking.dim
    25 > taking External Light Pulser with BIAS on 1000 ...
    26 MCP/START -1 1000 light-pulser-ext
    27 .s FAD_CONTROL 8
    28 .s FAD_CONTROL 4
    29 > ... done
    30 
    31 #Data Taking with Full Trigger Area (4x5min)
    32 
    33 # check if all subsystems are in the correct state
    34 .x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking.dim
    35 > taking Data:FullTriggerArea 5min Run 1 ...
    36 MCP/START 300 -1 data
    37 .s FAD_CONTROL 8
    38 .s FAD_CONTROL 4
    39 > ... done
    40 
    41 # check if all subsystems are in the correct state
    42 .x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking.dim
    43 > taking Data:FullTriggerArea 5min Run 2 ...
    44 MCP/START 300 -1 data
    45 .s FAD_CONTROL 8
    46 .s FAD_CONTROL 4
    47 > ... done
    48 
    49 # check if all subsystems are in the correct state
    50 .x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking.dim
    51 > taking Data:FullTriggerArea 5min Run 3 ...
    52 MCP/START 300 -1 data
    53 .s FAD_CONTROL 8
    54 .s FAD_CONTROL 4
    55 > ... done
    56 
    57 # check if all subsystems are in the correct state
    58 .x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking.dim
    59 > taking Data:FullTriggerArea 5min Run 4 ...
    60 MCP/START 300 -1 data
    61 .s FAD_CONTROL 8
    62 .s FAD_CONTROL 4
    63 > ... done
     14# taking a Data Set (1x Pedestal 1000 Bias On, 1x LPext 1000, 4x5min DataRun)
     15.x ScriptsForDimCtrl/ServiceScripts/TakeData.dim
    6416
    6517> ----------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.