source: trunk/FACT++/ScriptsForDimCtrl/TakeCrab@ 13369

Last change on this file since 13369 was 13349, checked in by Jens Buss, 13 years ago
switched to the 0new commenting method
File size: 1.7 KB
Line 
1# Data taking and tracking script for Crab starting up...
2>
3> ----------------------------------------------------
4> Data taking and tracking script for Crab starting up...
5> ----------------------------------------------------
6
7# changing tracking to Crab Wobble 1
8> moving telescope to wobble position 1
9> ...waiting for drivectrl to be ready to move
10.s DRIVE_CONTROL 5
11.w 5000
12DRIVE_CONTROL/TRACK_SOURCE 0.6 50 Crab
13> ...sent tracking command
14
15# Wait for drivectrl to reply that its tracking the given source
16.s DRIVE_CONTROL 6
17> ...moving
18.s DRIVE_CONTROL 7
19> ...tracking above written wobble position
20> ...waiting 30 sec for drive to calm downe
21>
22.w 30000
23
24# starting data taking of Crab Wobble 1
25>
26.x ScriptsForDimCtrl/DataTaking1
27
28# Stop tracking
29.w 3000
30DRIVE_CONTROL/STOP
31.s DRIVE_CONTROL 5
32>
33> ...stopped tracking of above wobble position
34> ----------------------------------------------------
35>
36
37# changing tracking to Crab Wobble 2
38>
39> Moving telescope to wobble Position 2
40> ...waiting for drivectrl to be ready to move
41.s DRIVE_CONTROL 5
42.w 5000
43DRIVE_CONTROL/TRACK_SOURCE 0.6 -130 Crab
44> ...sent tracking command
45
46# Wait for drivectrl to reply that its tracking the given source
47.s DRIVE_CONTROL 6
48> ...moving
49.s DRIVE_CONTROL 7
50> ...tracking above written wobble position
51> ...waiting 30 sec for drive to calm downe
52.w 30000
53
54# data taking to Crab Wobble 2
55>
56.x ScriptsForDimCtrl/DataTaking2
57
58# Stop tracking
59.w 3000
60DRIVE_CONTROL/STOP
61.s DRIVE_CONTROL 5
62>
63> ...stopped tracking of Crab at above wobble position
64> ----------------------------------------------------
65>
66# ...stopped tracking of Crab at above wobble position
67# ----------------------------------------------------
Note: See TracBrowser for help on using the repository browser.