Index: /trunk/FACT++/src/fscctrl.cc
===================================================================
--- /trunk/FACT++/src/fscctrl.cc	(revision 12088)
+++ /trunk/FACT++/src/fscctrl.cc	(revision 12089)
@@ -333,8 +333,15 @@
             currents[idx+20] *= -1;
         }
+        voltages[12] *=  2;
+        voltages[13] *=  2;
+        voltages[14] *=  2;
+        voltages[15] *=  2;
+
         voltages[24] *=  2;
         voltages[25] *=  2;
+
         voltages[27] *= -1;
         voltages[29] *= -1;
+
         currents[27] *= -1;
         currents[29] *= -1;
@@ -871,4 +878,6 @@
 void PrintHelp()
 {
+    Main::PrintHelp<StateMachineFSC<StateMachine, ConnectionFSC>>();
+
     /* Additional help text which is printed after the configuration
      options goes here */
