Changeset 13352 for trunk/FACT++
- Timestamp:
- 04/16/12 16:15:06 (13 years ago)
- 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 3 4 .w 2000 4 5 DRIVE_CONTROL/STOP 5 > DRIVE: tracking stopped6 > ...DRIVE: tracking stopped 6 7 7 8 .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 repl ey that its tracking the given source1 # Wait for drivectrl to reply that its tracking the given source 2 2 3 .s DRIVE_CONTROL 6 # DRIVE: Moving 3 # DRIVE: Moving 4 .s DRIVE_CONTROL 6 4 5 > ...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 9 12 .w 30000 10 > ...waiting for tracking being stable13 > 11 14 15 16
Note:
See TracChangeset
for help on using the changeset viewer.