Index: /trunk/FACT++/scripts/Startup.js
===================================================================
--- /trunk/FACT++/scripts/Startup.js	(revision 14995)
+++ /trunk/FACT++/scripts/Startup.js	(revision 14996)
@@ -79,7 +79,8 @@
 include("scripts/handleLidClosed.js");
 
-checkSend(["BIAS_CONTROL","FTM_CONTROL", "FSC_CONTROL", "FEEDBACK", "RATE_CONTROL"]);
-
-// Missing MCP --> Idle
+checkSend(["BIAS_CONTROL","FTM_CONTROL", "FSC_CONTROL", "FEEDBACK", "RATE_CONTROL", "MCP"]);
+
+dim.send("MCP/RESET");
+
 loop = new Handler("SystemSetup");
 loop.add(handleBiasVoltageOff);
@@ -281,6 +282,6 @@
 {
     throw new Error("Something unexpected has happened. Although the startup-"+
-                    "procedure has finished, not all servers are in the state"+
-                    "in which they ought to be. Please, try to find out what"+
+                    "procedure has finished, not all servers are in the state "+
+                    "in which they ought to be. Please, try to find out what "+
                     "happened...");
 }
