Index: trunk/FACT++/src/fscctrl.cc
===================================================================
--- trunk/FACT++/src/fscctrl.cc	(revision 12250)
+++ trunk/FACT++/src/fscctrl.cc	(revision 12251)
@@ -662,8 +662,40 @@
     ConnectionDimFSC(ba::io_service& ioservice, MessageImp &imp) :
         ConnectionFSC(ioservice, imp),
-        fDimTemp   ("FSC_CONTROL/TEMPERATURE", "F:1;F:31;F:8;F:12;F:4;F:4", ""),
-        fDimHum    ("FSC_CONTROL/HUMIDITY",    "F:1;F:1;F:1;F:1;F:1", ""),
-        fDimVolt   ("FSC_CONTROL/VOLTAGE",     "F:1;F:4;F:4;F:4;F:4;F:4;F:4;F:2;F:2;F:1;F:1", ""),
-        fDimCurrent("FSC_CONTROL/CURRENT",     "F:1;F:4;F:4;F:4;F:4;F:4;F:4;F:2;F:2;F:1;F:1", "")
+        fDimTemp   ("FSC_CONTROL/TEMPERATURE", "F:1;F:31;F:8;F:8;F:4;F:4;F:4",
+                    "|t[s]:FSC uptime"
+                    "|T_sens[°C]:Sensor compartment temperatures"
+                    "|T_crate[°C]:Temperatures crate 0 (back/front), 1 (back/front), 2 (back/front), 3 (back/front)"
+                    "|T_ps[°C]:Temperatures power supplies crate 0 (back/front), 1 (back/front), 2 (back/front), 3 (back/front)"
+                    "|T_aux[°C]:Auxiliary power supply temperatures FTM (top/bottom), FSC (top/bottom)"
+                    "|T_back[°C]:FTM backpanel temperatures FTM (top/bottom), FSC (top/bottom)"
+                    "|T_eth[°C]:Ethernet switches temperatures top (front/back), bottom (front/back)"),
+        fDimHum    ("FSC_CONTROL/HUMIDITY", "F:1;F:4",
+                    "|t[s]:FSC uptime"
+                    "|H[%]:Humidity sensors readout"),
+        fDimVolt   ("FSC_CONTROL/VOLTAGE",
+                    "F:1;F:4;F:4;F:4;F:4;F:4;F:4;F:2;F:2;F:1;F:1",
+                    "|t[s]:FSC uptime"
+                    "|FAD_Ud[V]:FAD digital (crate 0-3)"
+                    "|FAD_U+[V]:FAD positive (crate 0-3)"
+                    "|FAD_U-[V]:FAD negative (crate 0-3)"
+                    "|FPA_Ud[V]:FPA digital (crate 0-3)"
+                    "|FPA_U+[V]:FPA positive (crate 0-3)"
+                    "|FPA_U-[V]:FPA negative (crate 0-3)"
+                    "|ETH_U[V]:Ethernet switch (pos/neg)"
+                    "|FTM_U[V]:FTM - trigger master (pos/neg)"
+                    "|FFC_U[V]:FFC"
+                    "|FLP_U[V]:FLP - light pulser"),
+        fDimCurrent("FSC_CONTROL/CURRENT", "F:1;F:4;F:4;F:4;F:4;F:4;F:4;F:2;F:2;F:1;F:1",
+                    "|t[s]:FSC uptime"
+                    "|FAD_Id[A]:FAD digital (crate 0-3)"
+                    "|FAD_I+[A]:FAD positive (crate 0-3)"
+                    "|FAD_I-[A]:FAD negative (crate 0-3)"
+                    "|FPA_Id[A]:FPA digital (crate 0-3)"
+                    "|FPA_I+[A]:FPA positive (crate 0-3)"
+                    "|FPA_I-[A]:FPA negative (crate 0-3)"
+                    "|ETH_I[A]:Ethernet switch (pos/neg)"
+                    "|FTM_I[A]:FTM - trigger master (pos/neg)"
+                    "|FFC_I[A]:FFC"
+                    "|FLP_I[A]:FLP - light pulser")
     {
     }
