Last change
on this file since 13741 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.4 KB
|
Line | |
---|
1 | #!dimctrl --exec
|
---|
2 |
|
---|
3 | # DIM_CONTROL: resume data taking after it had to be aborted during first run of four
|
---|
4 | > ----------------------------------------------------------------
|
---|
5 | > resume taking the 4 data runs after DataTaking was aborted...
|
---|
6 | > ----------------------------------------------------------------
|
---|
7 | > Operator: make sure bias is switched on and feedback is running!!!
|
---|
8 |
|
---|
9 | # check if bias is ramped up and if feedback is running
|
---|
10 | .s BIAS_CONTROL 9
|
---|
11 | .s FEEDBACK 12
|
---|
12 | .s BIAS_CONTROL 9
|
---|
13 | > bias is on, and feedback-program is working, but we wait 45sec for the current readings...
|
---|
14 | .w 45000
|
---|
15 | > ... done
|
---|
16 |
|
---|
17 | #Data Taking with Full Trigger Area (4x5min)
|
---|
18 | .x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking.dim
|
---|
19 | > taking Data:FullTriggerArea 5min Run 1 ...
|
---|
20 | MCP/START 300 -1 data
|
---|
21 | .s FAD_CONTROL 8
|
---|
22 | .s FAD_CONTROL 4
|
---|
23 | > ... done
|
---|
24 |
|
---|
25 | .x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking.dim
|
---|
26 | > taking Data:FullTriggerArea 5min Run 2 ...
|
---|
27 | MCP/START 300 -1 data
|
---|
28 | .s FAD_CONTROL 8
|
---|
29 | .s FAD_CONTROL 4
|
---|
30 | > ... done
|
---|
31 |
|
---|
32 | .x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking.dim
|
---|
33 | > taking Data:FullTriggerArea 5min Run 3 ...
|
---|
34 | MCP/START 300 -1 data
|
---|
35 | .s FAD_CONTROL 8
|
---|
36 | .s FAD_CONTROL 4
|
---|
37 | > ... done
|
---|
38 |
|
---|
39 | .x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking.dim
|
---|
40 | > taking Data:FullTriggerArea 5min Run 4 ...
|
---|
41 | MCP/START 300 -1 data
|
---|
42 | .s FAD_CONTROL 8
|
---|
43 | .s FAD_CONTROL 4
|
---|
44 | > ... done
|
---|
45 |
|
---|
46 | > ----------------------------------------------------
|
---|
47 | > This is the end of data taking
|
---|
48 | > ----------------------------------------------------
|
---|
49 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.