Index: trunk/FACT++/scripts/Main.js
===================================================================
--- trunk/FACT++/scripts/Main.js	(revision 17637)
+++ trunk/FACT++/scripts/Main.js	(revision 17638)
@@ -271,4 +271,5 @@
 
     dim.wait("BIAS_CONTROL", "VoltageOff", 60000); // FIXME: 30000?
+    dim.wait("FEEDBACK",     "Calibrated",  3000);
 
     // FEEDBACK stays in CurrentCtrl when Voltage is off but output enabled
@@ -450,7 +451,8 @@
     console.out("  "+new Date().toUTCString());
     console.out("  Telescope at Zd=%.1fdeg Az=%.1fdeg".$(report.obj['Zd'], report.obj['Az']));
-    console.out("  Please make sure the park position was reached");
+    console.out("  Please check on the web cam that 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 visually that the lid is really closed and");
+    console.out("  that the biasctrl really switched the voltage off.", "");
     console.out("    DRIVE_CONTROL: "+dim.state("DRIVE_CONTROL").name);
     console.out("    FEEDBACK:      "+dim.state("FEEDBACK").name);
@@ -979,5 +981,5 @@
         while (!irq && !takeRun("single-pe", 10000));
 
-        for (var i=5; i<18; i++)
+        for (var i=5; i<18 && !irq; i++)
         {
             dim.send("FEEDBACK/STOP");
