Changeset 13719 for trunk


Ignore:
Timestamp:
05/14/12 14:54:44 (12 years ago)
Author:
Jens Buss
Message:
add line for making scritpts executable and renamed all scripts to *.dim
Location:
trunk/FACT++/ScriptsForDimCtrl/ServiceScripts
Files:
8 moved

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking.dim

    r13715 r13719  
     1#!dimctrl --exec
     2
     3# ==========================================================================
    14# Checking the system statuses if they are ready for data taking
     5# ==========================================================================
     6
    27>
    38> Checking the system statuses
  • trunk/FACT++/ScriptsForDimCtrl/ServiceScripts/StopTracking.dim

    r13715 r13719  
     1#!dimctrl --exec
     2
     3# ==========================================================================
    14# stop drivectrl tracking the current source
     5# ==========================================================================
     6
    27>
    38> stopping tracking of current wobble position
    49.w 2000
    5 DRIVE_CONTROL/STOP 
     10DRIVE_CONTROL/STOP
    611> ...DRIVE: tracking stopped
    712
    8 .s DRIVE_CONTROL 5 
     13.s DRIVE_CONTROL 5
    914> ...DRIVE: Armed
    1015> ...tracking stopped
  • trunk/FACT++/ScriptsForDimCtrl/ServiceScripts/TakeDataRun.dim

    r13715 r13719  
    1 .x ScriptsForDimCtrl/IsReadyForDataTaking
     1#!dimctrl --exec
     2
     3# ==========================================================================
     4# Take a 5min Data Run
     5# ==========================================================================
     6
     7.x ScriptsForDimCtrl/IsReadyForDataTaking.dim
    28
    39> taking Data:FullTriggerArea 5min Run ...
    410MCP/START 300 -1 data
    511
    6 .s FAD_CONTROL 8 
     12.s FAD_CONTROL 8
    713> ... FAD: Writing
    814
    9 .s FAD_CONTROL 4 
     15.s FAD_CONTROL 4
    1016> ... FAD: connceted
    1117
  • trunk/FACT++/ScriptsForDimCtrl/ServiceScripts/TrackCrabWobble1.dim

    r13715 r13719  
     1#!dimctrl --exec
     2
     3# ==========================================================================
    14# changing tracking to "Crab" Wobble 1
     5# ==========================================================================
     6
    27>
    38> moving telescope to wobble position 1
    49>...waiting for drivectrl to be ready to move
    5 .s DRIVE_CONTROL 5 
     10.s DRIVE_CONTROL 5
    611> DRIVE: ARMED
    712.w 5000
  • trunk/FACT++/ScriptsForDimCtrl/ServiceScripts/TrackCrabWobble2.dim

    r13715 r13719  
     1#!dimctrl --exec
     2
     3# ==========================================================================
    14# changing tracking to "Crab" Wobble 2
     5# ==========================================================================
     6
    27>
    38> moving telescope to wobble position 2
    49>...waiting for drivectrl to be ready to move
    5 .s DRIVE_CONTROL 5 
     10.s DRIVE_CONTROL 5
    611> DRIVE: ARMED
    712.w 5000
  • trunk/FACT++/ScriptsForDimCtrl/ServiceScripts/TrackMrk421Wobble1.dim

    r13715 r13719  
     1#!dimctrl --exec
     2
     3# ==========================================================================
    14# changing tracking to "Mrk 421" Wobble 1
     5# ==========================================================================
     6
    27>
    38> moving telescope to wobble position 1
    49>...waiting for drivectrl to be ready to move
    5 .s DRIVE_CONTROL 5 
     10.s DRIVE_CONTROL 5
    611> DRIVE: ARMED
    712.w 5000
    813
    9 DRIVE_CONTROL/TRACK_SOURCE 0.6 90 "Mrk 421" 
     14DRIVE_CONTROL/TRACK_SOURCE 0.6 90 "Mrk 421"
    1015>...sent tracking command for Mrk 421 Wobble 1
    1116
  • trunk/FACT++/ScriptsForDimCtrl/ServiceScripts/TrackMrk421Wobble2.dim

    r13715 r13719  
     1#!dimctrl --exec
     2
     3# ==========================================================================
    14# changing tracking to "Mrk 421" Wobble 2
     5# ==========================================================================
     6
    27>
    38> moving telescope to wobble position 2
    49> ...waiting for drivectrl to be ready to move
    5 .s DRIVE_CONTROL 5 
     10.s DRIVE_CONTROL 5
    611> ...DRIVE: ARMED
    712.w 5000
    813
    9 DRIVE_CONTROL/TRACK_SOURCE 0.6 -90 "Mrk 421" 
     14DRIVE_CONTROL/TRACK_SOURCE 0.6 -90 "Mrk 421"
    1015>...sent tracking command for Mrk 421 Wobble 2
  • trunk/FACT++/ScriptsForDimCtrl/ServiceScripts/WaitForTracking.dim

    r13715 r13719  
     1#!dimctrl --exec
     2
     3# ==========================================================================
    14# Wait for drivectrl to reply that its tracking the given source
     5# ==========================================================================
    26
    37# DRIVE: Moving
Note: See TracChangeset for help on using the changeset viewer.