Index: trunk/FACT++/ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking.dim
===================================================================
--- trunk/FACT++/ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking.dim	(revision 14342)
+++ trunk/FACT++/ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking.dim	(revision 14343)
@@ -5,17 +5,22 @@
 # ==========================================================================
 
->
-> Checking the system statuses of FEEDBACK, BIAS and FAD
+> --------------------------------------
+> Checking the system statuses of:
+> FEEDBACK, BIAS and FAD
+> --------------------------------------
 
-> ...checking FEEDBACK
-# 12 = CurrentControl
+> ...waiting for FEEDBACK
+>    to be in state 12: CurrentControl
 .s FEEDBACK 12
 
-> ...checking BIAS
-# 9 = VoltageOn
+> ...waiting for BIAS_CONTROL
+>    to be in state 9: VoltageOn
 .s BIAS_CONTROL 9
 
-> ...checking FAD
-# 4 = Connected
+> ...waiting for FAD_CONTROL
+>    to be in state 4: Connected
+
 .s FAD_CONTROL 4
 > ...system statuses OK
+> --------------------------------------
+>-
