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

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