Index: trunk/FACT++/gui/FactGui.h
===================================================================
--- trunk/FACT++/gui/FactGui.h	(revision 14492)
+++ trunk/FACT++/gui/FactGui.h	(revision 14597)
@@ -2621,4 +2621,6 @@
                 s.index==FTM::State::kIdle) // Dim connection / FTM connected
                 enable = true;
+            if (s.index>=FTM::State::kConfigError1) // Dim connection / FTM connected
+                SetLedColor(fStatusFTMLed, kLedRed, time);
 
             fFtmStartRun->setEnabled(!configuring && enable);
@@ -2717,5 +2719,5 @@
             if (s.index==Drive::State::kDisconnected) // Dim connection / No connection to cosy
                 SetLedColor(fStatusDriveLed, kLedRed, time);
-            if (s.index==Drive::State::kConnected || s.index==Drive::State::kNotReady)  // Not Ready
+            if (s.index==Drive::State::kConnected || s.index==Drive::State::kNotReady || s.index==Drive::State::kLocked)  // Not Ready
                 SetLedColor(fStatusDriveLed, kLedGreenBar, time);
             if (s.index==Drive::State::kConnected || s.index==Drive::State::kArmed)  // Connected / Armed
