Index: trunk/FACT++/scripts/Main.js
===================================================================
--- trunk/FACT++/scripts/Main.js	(revision 19919)
+++ trunk/FACT++/scripts/Main.js	(revision 19930)
@@ -706,4 +706,5 @@
          "PFMINI_CONTROL/DATA",
          "BIAS_TEMP/DATA",
+         "GUDE_CONTROL/DATA",
         ];
 
@@ -1091,4 +1092,5 @@
          [ "PFMINI_CONTROL",      [ "Disconnected", "Connected", "Receiving" ] ],
          [ "BIAS_TEMP",           [ "Valid" ] ],
+         [ "GUDE_CONTROL",        [ "Valid" ] ],
          [ "SCHEDULER",           [ /*"Connected",*/ "Armed" ] ],
         ];
Index: trunk/FACT++/scripts/Startup.js
===================================================================
--- trunk/FACT++/scripts/Startup.js	(revision 19919)
+++ trunk/FACT++/scripts/Startup.js	(revision 19930)
@@ -327,4 +327,5 @@
  [ "PFMINI_CONTROL",      [ "Receiving" ] ],
  [ "BIAS_TEMP",           [ "Valid" ] ],
+ [ "GUDE_CONTROL",        [ "Valid" ] ],
 ];
 
