Last change
on this file since 14331 was 14284, checked in by Jens Buss, 13 years ago |
put the drive system status check in to the separate script
|
File size:
1.3 KB
|
Line | |
---|
1 | #!dimctrl --exec
|
---|
2 |
|
---|
3 | # ==========================================================================
|
---|
4 | # Script for taking a Data Set (1x Pedestal On, 1x LPext, 4x5min DataRun)
|
---|
5 | # ==========================================================================
|
---|
6 |
|
---|
7 |
|
---|
8 | # Move Telescope to Wobble Position 1
|
---|
9 | >
|
---|
10 | > -----------
|
---|
11 | > data taking script starting up...
|
---|
12 | > -----------
|
---|
13 | >
|
---|
14 |
|
---|
15 | # take a Pedestal run
|
---|
16 | .x ScriptsForDimCtrl/ServiceScripts/IsTracking.dim
|
---|
17 | .x ScriptsForDimCtrl/ServiceScripts/TakePedestalOnRun.dim
|
---|
18 |
|
---|
19 | # take a ExtLP run
|
---|
20 | .x ScriptsForDimCtrl/ServiceScripts/IsTracking.dim
|
---|
21 | .x ScriptsForDimCtrl/ServiceScripts/TakeExtLpRun.dim
|
---|
22 |
|
---|
23 | #Data Taking with Full Trigger Area (4x5min)
|
---|
24 |
|
---|
25 | # taking Run 1/4
|
---|
26 | > taking data run 1/4
|
---|
27 | .x ScriptsForDimCtrl/ServiceScripts/IsTracking.dim
|
---|
28 | .x ScriptsForDimCtrl/ServiceScripts/TakeDataRun.dim
|
---|
29 |
|
---|
30 | # taking Run 2/4
|
---|
31 | > taking data run 2/4
|
---|
32 | .x ScriptsForDimCtrl/ServiceScripts/IsTracking.dim
|
---|
33 | .x ScriptsForDimCtrl/ServiceScripts/TakeDataRun.dim
|
---|
34 |
|
---|
35 | # taking Run 3/4
|
---|
36 | > taking data run 3/4
|
---|
37 | .x ScriptsForDimCtrl/ServiceScripts/IsTracking.dim
|
---|
38 | .x ScriptsForDimCtrl/ServiceScripts/TakeDataRun.dim
|
---|
39 |
|
---|
40 | # taking Run 4/4
|
---|
41 | > taking data run 4/4
|
---|
42 | .x ScriptsForDimCtrl/ServiceScripts/IsTracking.dim
|
---|
43 | .x ScriptsForDimCtrl/ServiceScripts/TakeDataRun.dim
|
---|
44 |
|
---|
45 |
|
---|
46 | > -----------
|
---|
47 | > This is the end of data taking
|
---|
48 | > -----------
|
---|
Note:
See
TracBrowser
for help on using the repository browser.