Index: trunk/FACT++/scripts/handleFadConnected.js
===================================================================
--- trunk/FACT++/scripts/handleFadConnected.js	(revision 16794)
+++ trunk/FACT++/scripts/handleFadConnected.js	(revision 16795)
@@ -17,5 +17,5 @@
 
     case "Disconnected":
-        console.out("Fadctrl in Diconnected... connect.");
+        console.out("Fadctrl in 'Diconnected'... sending START... waiting for 'Connected'.");
         dim.send("FAD_CONTROL/START");
         return "Connected";
@@ -28,16 +28,17 @@
     case "Configuring1":
     case "Configuring2":
+    case "Configuring3":
     case "Configured":
-        console.out("Fadctrl in Configure state... reset.");
+        console.out("Fadctrl in Configure state... sending RESET_CONFIGURE... waiting for 'Connected'.");
         dim.send("FAD_CONTROL/RESET_CONFIGURE");
         return "Connected";
 
     case "Disengaged":
-        console.out("Fadctrl in Disengaged... connecting.");
+        console.out("Fadctrl in 'Disengaged'... sending START... waiting for 'Connected'.");
         dim.send("FAD_CONTROL/START");
         return "Connected";
 
     case "RunInProgress":
-        console.out("RunInProgress detected... closing.");
+        console.out("Fadctrl in 'RunInProgress'... sending CLOSE_OPEN_FILES... waiting for 'Connected'.");
         dim.send("FAD_CONTROL/CLOSE_OPEN_FILES");
         return "Connected";
