source: trunk/FACT++/ScriptsForDimCtrl/TakeMrk421.dim@ 13961

Last change on this file since 13961 was 13961, checked in by Jens Buss, 12 years ago
prepended STOP tracking command before sending tracking command
File size: 1.1 KB
Line 
1#!dimctrl --exec
2
3# Data taking and tracking script for Mrk 421
4>
5> ----------------------------------------------------
6> Data taking and tracking script for Mrk 421
7> starting up...
8> ----------------------------------------------------
9
10# Stop tracking
11.x ScriptsForDimCtrl/ServiceScripts/StopTracking.dim
12
13# changing tracking to Mrk 421 Wobble 1
14.x ScriptsForDimCtrl/ServiceScripts/TrackMrk421Wobble1.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 Mrk 421 Wobble 1
20.x ScriptsForDimCtrl/DataTaking1.dim
21
22# Stop tracking
23.x ScriptsForDimCtrl/ServiceScripts/StopTracking.dim
24
25# changing tracking to Mrk 421 Wobble 2
26.x ScriptsForDimCtrl/ServiceScripts/TrackMrk421Wobble2.dim
27
28# Wait for drivectrl to reply that its tracking the given source
29.x ScriptsForDimCtrl/ServiceScripts/WaitForTracking.dim
30
31# data taking to Mrk 421 Wobble 2
32.x ScriptsForDimCtrl/DataTaking2.dim
33
34> ----------------------------------------------------
35> Data taking and tracking script for Mrk 421
36> finnished
37> ----------------------------------------------------
38>
39
Note: See TracBrowser for help on using the repository browser.