Index: trunk/FACT++/src/ratescan.cc
===================================================================
--- trunk/FACT++/src/ratescan.cc	(revision 14607)
+++ trunk/FACT++/src/ratescan.cc	(revision 14608)
@@ -8,6 +8,4 @@
 #include "Configuration.h"
 #include "Console.h"
-#include "Converter.h"
-//#include "PixelMap.h"
 
 #include "tools.h"
@@ -184,4 +182,5 @@
         {
             Message("Rate scan stopped due to timeout.");
+            Dim::SendCommand("FTM_CONTROL/RESET");
             return RateScan::State::kConnected;
         }
@@ -190,4 +189,5 @@
         {
             Message("Rate scan finished.");
+            Dim::SendCommand("FTM_CONTROL/RESET");
             return RateScan::State::kConnected;
         }
@@ -297,4 +297,5 @@
             return GetCurrentState();
 
+        Dim::SendCommand("FTM_CONTROL/RESET");
         Message("Rate scan manually stopped.");
 
