source: trunk/FACT++/ScriptsForDimCtrl/DataTaking2@ 13349

Last change on this file since 13349 was 13349, checked in by Jens Buss, 13 years ago
switched to the 0new commenting method
File size: 1.7 KB
Line 
1# Move Telescope to Wobble Position 2
2> data taking script for Wobble 2 starting up...
3> ----------------------------------------------------
4>
5> Operator: make sure that telescope is tracking wobble position 2 of source
6> Operator: Measure Sky Brightness
7>
8
9# check if all subsystems are in the correct state
10.x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking
11> taking Pedestal with BIAS on 1000 ...
12.s FAD_CONTROL 4
13MCP/START -1 1000 pedestal
14.s FAD_CONTROL 8
15.s FAD_CONTROL 4
16> ... done
17
18# check if all subsystems are in the correct state
19.x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking
20> taking External Light Pulser with BIAS on 1000 ...
21MCP/START -1 1000 light-pulser-ext
22.s FAD_CONTROL 8
23.s FAD_CONTROL 4
24> ... done
25
26#Data Taking with Full Trigger Area (4x5min)
27
28# check if all subsystems are in the correct state
29.x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking
30> taking Data:FullTriggerArea 5min Run 1 ...
31MCP/START 300 -1 data
32.s FAD_CONTROL 8
33.s FAD_CONTROL 4
34> ... done
35
36# check if all subsystems are in the correct state
37.x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking
38> taking Data:FullTriggerArea 5min Run 2 ...
39MCP/START 300 -1 data
40.s FAD_CONTROL 8
41.s FAD_CONTROL 4
42> ... done
43
44# check if all subsystems are in the correct state
45.x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking
46> taking Data:FullTriggerArea 5min Run 3 ...
47MCP/START 300 -1 data
48.s FAD_CONTROL 8
49.s FAD_CONTROL 4
50> ... done
51
52# check if all subsystems are in the correct state
53.x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking
54> taking Data:FullTriggerArea 5min Run 4 ...
55MCP/START 300 -1 data
56.s FAD_CONTROL 8
57.s FAD_CONTROL 4
58> ... done
59
60> ----------------------------------------------------
61> This is the end of data taking of Wobble 2
Note: See TracBrowser for help on using the repository browser.