Index: trunk/FACT++/scripts/Startup.js
===================================================================
--- trunk/FACT++/scripts/Startup.js	(revision 16102)
+++ trunk/FACT++/scripts/Startup.js	(revision 16384)
@@ -178,6 +178,7 @@
 if ((dim.state("PWR_CONTROL").index&16)==0)
 {
-    console.out("Drive on");
+    console.out("Drive cabinet not power... Switching on.");
     dim.send("PWR_CONTROL/TOGGLE_DRIVE");
+    v8.timeout(5000, function() { if (dim.state("PWR_CONTROL").index&16) return true; });
 }
 
