Index: /trunk/FACT++/src/mcp.cc
===================================================================
--- /trunk/FACT++/src/mcp.cc	(revision 14349)
+++ /trunk/FACT++/src/mcp.cc	(revision 14350)
@@ -329,4 +329,5 @@
 
             Message("Starting Rate Control");
+            // State of RC is not reported back fast enough!
             Dim::SendCommandNB("RATE_CONTROL/CALIBRATE");
 
@@ -348,5 +349,5 @@
             if (fDimFTM.state() == FTM::State::kConfigured &&
                 fDimFAD.state() != FAD::State::kConfigured &&
-                fDimRC.state()  >=  RateControl::State::kSettingGlobalThreshold &&
+                /*fDimRC.state()  >  RateControl::State::kSettingGlobalThreshold &&*/
                 fFadTimeout+boost::posix_time::seconds(15)<Time() &&
                 count(fFadNeedsReset.begin(), fFadNeedsReset.end(), true)>0)
@@ -359,5 +360,5 @@
             if (fDimFTM.state() != FTM::State::kConfigured ||
                 fDimFAD.state() != FAD::State::kConfigured ||
-                fDimRC.state()  <  RateControl::State::kSettingGlobalThreshold)
+                fDimRC.state()  <= RateControl::State::kSettingGlobalThreshold)
                 return MCP::State::kConfiguring3;
 
