Index: trunk/FACT++/src/fscctrl.cc
===================================================================
--- trunk/FACT++/src/fscctrl.cc	(revision 11867)
+++ trunk/FACT++/src/fscctrl.cc	(revision 11868)
@@ -247,5 +247,5 @@
 
             out << "Corrupted data received (" << volt.size() << " voltages and ";
-            out << resist.size() << "resistances; 84 and 64 expected)";
+            out << resist.size() << " resistances received; 84 and 64 expected)";
             Warn(out);
             StartRead();
@@ -330,5 +330,6 @@
             currents[idx+20] *= -1;
         }
-        voltages[27] *= -1;
+        voltages[26] *=  2;
+        voltages[27] *= -2;
         voltages[29] *= -1;
         currents[27] *= -1;
