Last change
on this file since 14050 was 13976, checked in by Jens Buss, 12 years ago |
tracking will only be stopped at the end of the two wobble positions, one can now jump to the second wobbleposition when calling the script
|
File size:
1.1 KB
|
Line | |
---|
1 | #!dimctrl --exec
|
---|
2 |
|
---|
3 | # Data taking and tracking script for Crab
|
---|
4 | >
|
---|
5 | > ----------------------------------------------------
|
---|
6 | > Data taking and tracking script for Crab
|
---|
7 | > starting up...
|
---|
8 | > ----------------------------------------------------
|
---|
9 |
|
---|
10 | # changing tracking to Crab Wobble 1
|
---|
11 | .x ScriptsForDimCtrl/ServiceScripts/TrackCrabWobble1.dim
|
---|
12 |
|
---|
13 | # Wait for drivectrl to reply that its tracking the given source
|
---|
14 | .x ScriptsForDimCtrl/ServiceScripts/WaitForTracking.dim
|
---|
15 |
|
---|
16 | # starting data taking of Crab Wobble 1
|
---|
17 | .x ScriptsForDimCtrl/DataTaking1.dim
|
---|
18 |
|
---|
19 | # Label for processing only Wobble position 2
|
---|
20 | # call like this .x ScriptsForDimCtrl/TakeCrab.dim:2
|
---|
21 | :2
|
---|
22 |
|
---|
23 | # changing tracking to Crab Wobble 2
|
---|
24 | .x ScriptsForDimCtrl/ServiceScripts/TrackCrabWobble2.dim
|
---|
25 |
|
---|
26 | # Wait for drivectrl to reply that its tracking the given source
|
---|
27 | .x ScriptsForDimCtrl/ServiceScripts/WaitForTracking.dim
|
---|
28 |
|
---|
29 | # data taking to Crab Wobble 2
|
---|
30 | .x ScriptsForDimCtrl/DataTaking2.dim
|
---|
31 |
|
---|
32 | # Stop tracking
|
---|
33 | .x ScriptsForDimCtrl/ServiceScripts/StopTracking.dim
|
---|
34 |
|
---|
35 | > ----------------------------------------------------
|
---|
36 | > Data taking and tracking script for Crab
|
---|
37 | > finnished
|
---|
38 | > ----------------------------------------------------
|
---|
39 | >
|
---|
40 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.