Index: trunk/FACT++/src/mcp.cc
===================================================================
--- trunk/FACT++/src/mcp.cc	(revision 11586)
+++ trunk/FACT++/src/mcp.cc	(revision 11587)
@@ -180,5 +180,5 @@
         if (fStatusFAD.second==FAD::kConnected)
         {
-            Dim::SendCommand("FAD_CONTROL/ENABLE_TRIGGER_LINE",      bool(false));
+            //Dim::SendCommand("FAD_CONTROL/ENABLE_TRIGGER_LINE",      bool(false));
             Dim::SendCommand("FAD_CONTROL/ENABLE_CONTINOUS_TRIGGER", bool(false));
         }
@@ -190,4 +190,6 @@
     {
         fRunType = "";
+	Dim::SendCommand("FTM_CONTROL/RESET_CONFIGURE");
+	Dim::SendCommand("FAD_CONTROL/RESET_CONFIGURE");
         return kStateIdle;
         /*
@@ -393,5 +395,5 @@
             ("");
 
-        AddEvent("RESET", kStateConfiguring1, kStateConfiguring2, kStateConfigured)
+        AddEvent("RESET", kStateConfiguring1, kStateConfiguring2, kStateConfiguring3, kStateConfigured)
             (bind(&StateMachineMCP::Reset, this, placeholders::_1))
             ("");
