source: trunk/FACT++/ScriptsForDimCtrl/DataTaking1@ 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: 3.2 KB
Line 
1# Move Telescope to Wobble Position 1
2> data taking script for Wobble 1 starting up...
3> ----------------------------------------------------
4>
5> Operator: make sure that telescope is tracking wobble position 1 of source
6>
7#> ... This script will wait 10sec for you
8#.w 10000
9FEEDBACK/ENABLE_OUTPUT 1
10
11# Making sure bias is off
12BIAS_CONTROL/SET_ZERO_VOLTAGE
13.s BIAS_CONTROL 7
14FAD_CONTROL/START_DRS_CALIBRATION
15> bias voltage is switched off
16>
17> taking DRS:Pedestal 1000 ...
18.s FAD_CONTROL 4
19MCP/START -1 1000 drs-pedestal
20.s FAD_CONTROL 8
21.s FAD_CONTROL 4
22> ... done
23
24> taking DRS:Gain 1000 ...
25MCP/START -1 1000 drs-gain
26.s FAD_CONTROL 8
27.s FAD_CONTROL 4
28> ... done
29
30> taking DRS:Pedestal 1000 ...
31MCP/START -1 1000 drs-pedestal
32.s FAD_CONTROL 8
33.s FAD_CONTROL 4
34> ... done
35
36> taking crosscheck DRS:Pedestal 1000 ...
37FAD_CONTROL/SET_FILE_FORMAT 2
38MCP/START -1 1000 drs-pedestal
39.s FAD_CONTROL 8
40.s FAD_CONTROL 4
41> ... done
42
43> taking DRS:Time 1000 ...
44MCP/START -1 1000 drs-time
45.s FAD_CONTROL 8
46.s FAD_CONTROL 4
47> ... done
48
49> taking DRS:Time upshifted 1000 ...
50MCP/START -1 1000 drs-time-upshifted
51.s FAD_CONTROL 8
52.s FAD_CONTROL 4
53> ... done
54
55> taking Pedestal 1000 for secondary baseline...
56FAD_CONTROL/RESET_SECONDARY_DRS_BASELINE
57MCP/START -1 1000 pedestal
58.s FAD_CONTROL 8
59.s FAD_CONTROL 4
60> ... done
61
62> taking crosscheck Pedestal 1000 ...
63FAD_CONTROL/SET_FILE_FORMAT 2
64MCP/START -1 1000 pedestal
65.s FAD_CONTROL 8
66.s FAD_CONTROL 4
67> ... done
68> Operator: Measure Sky Brightness
69
70> switching on bias ...
71BIAS_CONTROL/SET_GLOBAL_DAC 1
72.s BIAS_CONTROL 9
73.s BIAS_CONTROL 5
74.s BIAS_CONTROL 9
75
76# here one should wait 30..45sec according to TB
77> bias is on, and feedback-program is working, but we wait 45sec for the current readings...
78.w 45000
79> ... done
80
81# check if all subsystems are in the correct state
82.x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking
83> taking Pedestal with BIAS on 1000 ...
84MCP/START -1 1000 pedestal
85.s FAD_CONTROL 8
86.s FAD_CONTROL 4
87> ... done
88
89# check if all subsystems are in the correct state
90.x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking
91> taking External Light Pulser with BIAS on 1000 ...
92MCP/START -1 1000 light-pulser-ext
93.s FAD_CONTROL 8
94.s FAD_CONTROL 4
95> ... done
96
97#Data Taking with Full Trigger Area (4x5min)
98
99# check if all subsystems are in the correct state
100.x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking
101> taking Data:FullTriggerArea 5min Run 1 ...
102MCP/START 300 -1 data
103.s FAD_CONTROL 8
104.s FAD_CONTROL 4
105> ... done
106
107# check if all subsystems are in the correct state
108.x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking
109> taking Data:FullTriggerArea 5min Run 2 ...
110MCP/START 300 -1 data
111.s FAD_CONTROL 8
112.s FAD_CONTROL 4
113> ... done
114
115# check if all subsystems are in the correct state
116.x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking
117> taking Data:FullTriggerArea 5min Run 3 ...
118MCP/START 300 -1 data
119.s FAD_CONTROL 8
120.s FAD_CONTROL 4
121> ... done
122
123# check if all subsystems are in the correct state
124.x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking
125> taking Data:FullTriggerArea 5min Run 4 ...
126MCP/START 300 -1 data
127.s FAD_CONTROL 8
128.s FAD_CONTROL 4
129> ... done
130
131> ----------------------------------------------------
132> This is the end of data taking of Wobble 1
133
Note: See TracBrowser for help on using the repository browser.