Index: trunk/FACT++/ScriptsForDimCtrl/ServiceScripts/StopTracking
===================================================================
--- trunk/FACT++/ScriptsForDimCtrl/ServiceScripts/StopTracking	(revision 13351)
+++ trunk/FACT++/ScriptsForDimCtrl/ServiceScripts/StopTracking	(revision 13352)
@@ -1,11 +1,11 @@
-# stop for drivectrl tracking the current source
-
+# stop drivectrl tracking the current source
+>
+> stopping tracking of current wobble position
 .w 2000
 DRIVE_CONTROL/STOP 
-> DRIVE: tracking stopped
+> ...DRIVE: tracking stopped
 
 .s DRIVE_CONTROL 5 
-> DRIVE: Armed
->
-> ...stopped tracking of above wobble position
-> ----------------------------------------------------
+> ...DRIVE: Armed
+> ...tracking stopped
+> 
Index: trunk/FACT++/ScriptsForDimCtrl/ServiceScripts/WaitForTracking
===================================================================
--- trunk/FACT++/ScriptsForDimCtrl/ServiceScripts/WaitForTracking	(revision 13351)
+++ trunk/FACT++/ScriptsForDimCtrl/ServiceScripts/WaitForTracking	(revision 13352)
@@ -1,11 +1,16 @@
-# Wait for drivectrl to repley that its tracking the given source
+# Wait for drivectrl to reply that its tracking the given source
 
-.s DRIVE_CONTROL 6 # DRIVE: Moving
+# DRIVE: Moving
+.s DRIVE_CONTROL 6 
 > ...moving
-.s DRIVE_CONTROL 7 # DRIVE: TRACKING
-> ...tracking above written wobble position
-> ...waiting 30 sec for drive to calm down
-.! echo
+
+# DRIVE: TRACKING
+.s DRIVE_CONTROL 7 
+> ...tracking requested wobble position
+
+> ...waiting 30 sec for drive to calm down and tracking beeing stable
 .w 30000 
-> ...waiting for tracking being stable
+>
 
+
+
