Last change
on this file since 13963 was 13961, checked in by Jens Buss, 12 years ago |
prepended STOP tracking command before sending tracking command
|
File size:
1.3 KB
|
Line | |
---|
1 | #!dimctrl --exec
|
---|
2 |
|
---|
3 | # Data taking and tracking script for Mrk501
|
---|
4 | >
|
---|
5 | > ----------------------------------------------------
|
---|
6 | > Data taking and tracking script for Mrk501
|
---|
7 | > starting up...
|
---|
8 | > ----------------------------------------------------
|
---|
9 |
|
---|
10 | # Stop tracking
|
---|
11 | .x ScriptsForDimCtrl/ServiceScripts/StopTracking.dim
|
---|
12 |
|
---|
13 | # changing tracking to Mrk501 Wobble 1
|
---|
14 | .x ScriptsForDimCtrl/ServiceScripts/TrackMrk501Wobble1.dim
|
---|
15 |
|
---|
16 | # Wait for drivectrl to reply that its tracking the given source
|
---|
17 | .x ScriptsForDimCtrl/ServiceScripts/WaitForTracking.dim
|
---|
18 |
|
---|
19 | # starting data taking of Mrk501
|
---|
20 | .x ScriptsForDimCtrl/DataTaking1.dim
|
---|
21 |
|
---|
22 | # Stop tracking
|
---|
23 | .x ScriptsForDimCtrl/ServiceScripts/StopTracking.dim
|
---|
24 |
|
---|
25 | #====================================================================
|
---|
26 | # Label for processing only Wobble position 2
|
---|
27 | :2
|
---|
28 |
|
---|
29 | # changing tracking to Mrk501 Wobble 2
|
---|
30 | .x ScriptsForDimCtrl/ServiceScripts/TrackMrk501Wobble2.dim
|
---|
31 |
|
---|
32 | # Wait for drivectrl to reply that its tracking the given source
|
---|
33 | .x ScriptsForDimCtrl/ServiceScripts/WaitForTracking.dim
|
---|
34 |
|
---|
35 | # data taking to Mrk501 Wobble 2
|
---|
36 | .x ScriptsForDimCtrl/DataTaking2.dim
|
---|
37 |
|
---|
38 | # Stop tracking
|
---|
39 | .x ScriptsForDimCtrl/ServiceScripts/StopTracking.dim
|
---|
40 |
|
---|
41 | > ----------------------------------------------------
|
---|
42 | > Data taking and tracking script for Mrk501
|
---|
43 | > finnished
|
---|
44 | > ----------------------------------------------------
|
---|
45 | >
|
---|
46 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.