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