Index: trunk/FACT++/ScriptsForDimCtrl/ServiceScripts/WaitForTracking
===================================================================
--- trunk/FACT++/ScriptsForDimCtrl/ServiceScripts/WaitForTracking	(revision 13348)
+++ 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
+>
 
+
+
