Changeset 13370 for trunk


Ignore:
Timestamp:
04/17/12 22:47:50 (13 years ago)
Author:
Jens Buss
Message:
tidied up by using additional scripts
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/ScriptsForDimCtrl/TakeCrab

    r13349 r13370  
    1 # Data taking and tracking script for Crab starting up...
     1# Data taking and tracking script for Crab
    22>
    33> ----------------------------------------------------
    4 > Data taking and tracking script for Crab starting up...
     4> Data taking and tracking script for Crab
     5> starting up...
    56> ----------------------------------------------------
    67
    78# 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
    12 DRIVE_CONTROL/TRACK_SOURCE 0.6 50 Crab
    13 > ...sent tracking command
     9.x ScriptsForDimCtrl/ServiceScripts/TrackCrabWobble1
    1410
    1511# 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
     12.x ScriptsForDimCtrl/ServiceScripts/WaitForTracking
    2313
    2414# starting data taking of Crab Wobble 1
    25 >
    2615.x ScriptsForDimCtrl/DataTaking1
    2716
    2817# Stop tracking
    29 .w 3000
    30 DRIVE_CONTROL/STOP
    31 .s DRIVE_CONTROL 5
    32 >
    33 > ...stopped tracking of above wobble position
     18.x ScriptsForDimCtrl/ServiceScripts/StopTracking
     19
     20# changing tracking to Crab Wobble 2
     21
     22.x ScriptsForDimCtrl/ServiceScripts/TrackCrabWobble2
     23
     24# Wait for drivectrl to reply that its tracking the given source
     25.x ScriptsForDimCtrl/ServiceScripts/WaitForTracking
     26
     27# data taking to Crab Wobble 2
     28.x ScriptsForDimCtrl/DataTaking2
     29
     30# Stop tracking
     31.x ScriptsForDimCtrl/ServiceScripts/StopTracking
     32
     33> ----------------------------------------------------
     34> Data taking and tracking script for Crab
     35> finnished
    3436> ----------------------------------------------------
    3537>
    3638
    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
    43 DRIVE_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
    60 DRIVE_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 TracChangeset for help on using the changeset viewer.