Changeset 13352 for trunk/FACT++


Ignore:
Timestamp:
04/16/12 16:15:06 (13 years ago)
Author:
Jens Buss
Message:
edited comments
Location:
trunk/FACT++/ScriptsForDimCtrl/ServiceScripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/ScriptsForDimCtrl/ServiceScripts/StopTracking

    r13347 r13352  
    1 # stop for drivectrl tracking the current source
    2 
     1# stop drivectrl tracking the current source
     2>
     3> stopping tracking of current wobble position
    34.w 2000
    45DRIVE_CONTROL/STOP
    5 > DRIVE: tracking stopped
     6> ...DRIVE: tracking stopped
    67
    78.s DRIVE_CONTROL 5
    8 > DRIVE: Armed
    9 >
    10 > ...stopped tracking of above wobble position
    11 > ----------------------------------------------------
     9> ...DRIVE: Armed
     10> ...tracking stopped
     11>
  • trunk/FACT++/ScriptsForDimCtrl/ServiceScripts/WaitForTracking

    r13348 r13352  
    1 # Wait for drivectrl to repley that its tracking the given source
     1# Wait for drivectrl to reply that its tracking the given source
    22
    3 .s DRIVE_CONTROL 6 # DRIVE: Moving
     3# DRIVE: Moving
     4.s DRIVE_CONTROL 6
    45> ...moving
    5 .s DRIVE_CONTROL 7 # DRIVE: TRACKING
    6 > ...tracking above written wobble position
    7 > ...waiting 30 sec for drive to calm down
    8 .! echo
     6
     7# DRIVE: TRACKING
     8.s DRIVE_CONTROL 7
     9> ...tracking requested wobble position
     10
     11> ...waiting 30 sec for drive to calm down and tracking beeing stable
    912.w 30000
    10 > ...waiting for tracking being stable
     13>
    1114
     15
     16
Note: See TracChangeset for help on using the changeset viewer.