Index: /trunk/FACT++/gui/FactGui.h
===================================================================
--- /trunk/FACT++/gui/FactGui.h	(revision 11418)
+++ /trunk/FACT++/gui/FactGui.h	(revision 11419)
@@ -394,4 +394,5 @@
     DimStampedInfo fDimFadDNA;
     DimStampedInfo fDimFadTemperature;
+    DimStampedInfo fDimFadPrescaler;
     DimStampedInfo fDimFadRefClock;
     DimStampedInfo fDimFadStatus;
@@ -1003,5 +1004,4 @@
         if (ptr[0]==0)
             fEvtBldFilename->setText("");
-
     }
 
@@ -1293,4 +1293,9 @@
     {
         handleFadMinMax<uint32_t, QSpinBox>(d, fFadLedRunNumber, fFadRunNumber);
+    }
+
+    void handleFadPrescaler(const DimData &d)
+    {
+        handleFadMinMax<uint16_t, QSpinBox>(d, fFadLedPrescaler, fFadPrescaler);
     }
 
@@ -2304,4 +2309,7 @@
         if (getInfo()==&fDimFadRefClock)
             return PostInfoHandler(&FactGui::handleFadRefClock);
+
+        if (getInfo()==&fDimFadPrescaler)
+            return PostInfoHandler(&FactGui::handleFadPrescaler);
 
         if (getInfo()==&fDimFadStatus)
@@ -2755,4 +2763,5 @@
         fDimFadDNA             ("FAD_CONTROL/DNA",              (void*)NULL, 0, this),
         fDimFadTemperature     ("FAD_CONTROL/TEMPERATURE",      (void*)NULL, 0, this),
+        fDimFadPrescaler       ("FAD_CONTROL/PRESCALER",        (void*)NULL, 0, this),
         fDimFadRefClock        ("FAD_CONTROL/REFERENCE_CLOCK",  (void*)NULL, 0, this),
         fDimFadStatus          ("FAD_CONTROL/STATUS",           (void*)NULL, 0, this),
Index: /trunk/FACT++/gui/design.ui
===================================================================
--- /trunk/FACT++/gui/design.ui	(revision 11418)
+++ /trunk/FACT++/gui/design.ui	(revision 11419)
@@ -53,5 +53,5 @@
       </property>
       <property name="currentIndex">
-       <number>0</number>
+       <number>3</number>
       </property>
       <property name="documentMode">
@@ -2918,5 +2918,5 @@
                     <layout class="QGridLayout" name="gridLayout_38">
                      <item row="2" column="1">
-                      <widget class="QPushButton" name="fStatusDNSLed_2">
+                      <widget class="QPushButton" name="fFadLedPrescaler">
                        <property name="enabled">
                         <bool>true</bool>
@@ -3056,7 +3056,7 @@
                      </item>
                      <item row="2" column="2">
-                      <widget class="QSpinBox" name="spinBox">
+                      <widget class="QSpinBox" name="fFadPrescaler">
                        <property name="enabled">
-                        <bool>false</bool>
+                        <bool>true</bool>
                        </property>
                        <property name="alignment">
@@ -3068,4 +3068,7 @@
                        <property name="buttonSymbols">
                         <enum>QAbstractSpinBox::NoButtons</enum>
+                       </property>
+                       <property name="maximum">
+                        <number>65535</number>
                        </property>
                       </widget>
@@ -3104,5 +3107,5 @@
                      </item>
                      <item row="2" column="3">
-                      <widget class="QSpinBox" name="spinBox_18">
+                      <widget class="QSpinBox" name="fFadPrescalerCmd">
                        <property name="enabled">
                         <bool>false</bool>
