source: trunk/FACT++/ScriptsForDimCtrl/TakeMrk421@ 13349

Last change on this file since 13349 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 Mrk 421 starting up...
2>
3> ----------------------------------------------------
4> Data taking and tracking script for Mrk 421 starting up...
5> ----------------------------------------------------
6
7# changing tracking to "Mrk 421" 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 2000
12DRIVE_CONTROL/TRACK_SOURCE 0.6 90 "Mrk 421"
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 down
21>
22
23.w 30000
24
25# starting data taking of "Mrk 421" Wobble 1
26>
27.x ScriptsForDimCtrl/DataTaking1
28
29# Stop tracking
30.w 2000
31DRIVE_CONTROL/STOP
32.s DRIVE_CONTROL 5
33>
34> ...stopped tracking of above wobble position
35> ----------------------------------------------------
36
37# changing tracking to "Mrk 421" 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 2000
43DRIVE_CONTROL/TRACK_SOURCE 0.6 -90 "Mrk 421"
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 down
52>
53.w 30000
54
55# data taking to "Mrk 421" Wobble 2
56>
57.x ScriptsForDimCtrl/DataTaking2
58
59# Stop tracking
60.w 2000
61DRIVE_CONTROL/STOP
62.s DRIVE_CONTROL 5
63>
64> ...stopped tracking of Mrk421 at above wobble position
65> ----------------------------------------------------
66>
67# ...stopped tracking of Mrk421 at above wobble position
68# ----------------------------------------------------
Note: See TracBrowser for help on using the repository browser.