Index: /trunk/FACT++/scripts/Main.js
===================================================================
--- /trunk/FACT++/scripts/Main.js	(revision 15479)
+++ /trunk/FACT++/scripts/Main.js	(revision 15480)
@@ -304,5 +304,4 @@
     }
 
-
     dim.wait("MCP", "Idle", time>0 ? time*1250 : undefined); // run time plus 25%
 
@@ -653,7 +652,7 @@
     dim.send("BIAS_CONTROL/DISCONNECT");
 
-    dim.wait("FEEDBACK",     "CurrentCtrlIdle",  3000);
-    dim.wait("FTM_CONTROL",  "Idle",             3000);
-    dim.wait("BIAS_CONTROL", "Disconnected",     3000);
+    dim.wait("FTM_CONTROL",  "Idle",         3000);
+    dim.wait("BIAS_CONTROL", "Disconnected", 3000);
+    dim.wait("FEEDBACK",     "Connected",    3000);
 
     var report = sub.get();
@@ -665,5 +664,9 @@
     console.out("  Please make sure the park position was reached");
     console.out("  and the telescope is not moving anymore.");
-    console.out("  Please check that the lid is closed and the voltage switched off.");
+    console.out("  Please check that the lid is closed and the voltage switched off.", "");
+    console.out("    DRIVE_CONTROL: "+dim.state("DRIVE_CONTROL").name);
+    console.out("    FEEDBACK:      "+dim.state("FEEDBACK").name);
+    console.out("    FTM_CONTROL:   "+dim.state("FTM_CONTROL").name);
+    console.out("    BIAS_CONTROL:  "+dim.state("BIAS_CONTROL").name);
     console.out("");
     console.out("Shutdown: end ["+(new Date()-now)/1000+"s]");
