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

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