source: trunk/FACT++/ScriptsForDimCtrl/TakeCrab.dim

Last change on this file was 14345, checked in by Jens Buss, 12 years ago
optimized output to 40 signs textwidth
File size: 1.4 KB
Line 
1#!dimctrl --exec
2
3# ==========================================================================
4# Data taking and tracking script for Crab
5# ==========================================================================
6
7# call it by: .x ScriptsForDimCtrl/TakeCrab.dim
8
9# ----------------------------------------------------
10>
11> ======================================
12> Data taking and tracking script for
13> Crab
14> ======================================
15> starting up...
16>
17
18# changing tracking to Crab Wobble 1
19.x ScriptsForDimCtrl/ServiceScripts/TrackCrabWobble1.dim
20
21# Wait for drivectrl to reply that its tracking the given source
22.x ScriptsForDimCtrl/ServiceScripts/WaitForTracking.dim
23
24# starting data taking of Crab Wobble 1
25.x ScriptsForDimCtrl/DataTaking1.dim
26
27# --------------------------------------
28# Label for processing only Wobble position 2
29# call like this .x ScriptsForDimCtrl/TakeCrab.dim:2
30:2
31# --------------------------------------
32
33# changing tracking to Crab Wobble 2
34.x ScriptsForDimCtrl/ServiceScripts/TrackCrabWobble2.dim
35
36# Wait for drivectrl to reply that its tracking the given source
37.x ScriptsForDimCtrl/ServiceScripts/WaitForTracking.dim
38
39# data taking to Crab Wobble 2
40.x ScriptsForDimCtrl/DataTaking2.dim
41
42# Stop tracking
43.x ScriptsForDimCtrl/ServiceScripts/StopTracking.dim
44
45> ======================================
46> Data taking and tracking script for
47> Crab --> FINISHED
48> ======================================
49>
50
Note: See TracBrowser for help on using the repository browser.