source: trunk/FACT++/ScriptsForDimCtrl/DataTaking2.dim@ 13723

Last change on this file since 13723 was 13720, checked in by Jens Buss, 13 years ago
add line for making scritpts executable and renamed all scripts to *.dim
File size: 1.7 KB
Line 
1#!dimctrl --exec
2
3
4# Move Telescope to Wobble Position 2
5>
6> -----------
7> data taking script for Wobble 2 starting up...
8> -----------
9>
10> Operator: make sure that telescope is tracking wobble position 2 of source
11> Operator: Measure Sky Brightness
12>
13
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
18MCP/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 ...
26MCP/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 ...
36MCP/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 ...
44MCP/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 ...
52MCP/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 ...
60MCP/START 300 -1 data
61.s FAD_CONTROL 8
62.s FAD_CONTROL 4
63> ... done
64
65> ----------------------------------------------------
66> This is the end of data taking of Wobble 2
Note: See TracBrowser for help on using the repository browser.