Bläddra i källkod

added PS JRL scale factor

Thomas Thuemmler 4 månader sedan
förälder
incheckning
ce58444c10
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      SDS_status_main.php

+ 1 - 1
SDS_status_main.php

@@ -778,7 +778,7 @@ if (($MSmode == 5) or ($MSmode == 4))
     // voltage monitoring readout Kal2
     // from 2024 on used for PS monitoring
         $color = "#000000";
-        $factor_m = 1.0;
+        $factor_m = 5004.2;
         $offset = 0.0;
         $gain = 1.0;
         $value = ($Kal2_value - $offset) * $gain * $factor_m;