Index: trunk/FACT++/gui/FactGui.h
===================================================================
--- trunk/FACT++/gui/FactGui.h	(revision 11116)
+++ trunk/FACT++/gui/FactGui.h	(revision 11117)
@@ -1093,5 +1093,5 @@
 
         h->SetMinimum(0);
-        h->SetMaximum(2*avgrate);
+//        h->SetMaximum(2*avgrate);
 
         c->Modified();
@@ -1543,4 +1543,24 @@
         }
 
+	if (server=="FSC_CONTROL")
+        {
+            fStatusFSCLabel->setText(s.name.c_str());
+            fStatusFSCLabel->setToolTip(s.comment.c_str());
+
+            bool enable = false;
+
+            if (s.index<1) // No Dim connection
+                SetLedColor(fStatusFSCLed, kLedGray, time);
+            if (s.index==1) // Dim connection / FTM disconnected
+                SetLedColor(fStatusFSCLed, kLedRed, time);
+            if (s.index>=2) // Dim connection / FTM disconnected
+            {
+                SetLedColor(fStatusFSCLed, kLedGreen, time);
+                enable = true;
+            }
+
+            //fFscWidget->setEnabled(enable);
+        }
+
         if (server=="DATA_LOGGER")
         {
