source: trunk/FACT++/ScriptsForDimCtrl/TakeMrk501.dim@ 13978

Last change on this file since 13978 was 13978, checked in by Jens Buss, 12 years ago
tracking will only be stopped at the end of the second wobble positions
File size: 1.2 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# changing tracking to Mrk501 Wobble 1
11.x ScriptsForDimCtrl/ServiceScripts/TrackMrk501Wobble1.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 Mrk501
17.x ScriptsForDimCtrl/DataTaking1.dim
18
19#====================================================================
20# Label for processing only Wobble position 2
21:2
22
23# changing tracking to Mrk501 Wobble 2
24.x ScriptsForDimCtrl/ServiceScripts/TrackMrk501Wobble2.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 Mrk501 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 Mrk501
37> finnished
38> ----------------------------------------------------
39>
40
Note: See TracBrowser for help on using the repository browser.