Browse Source

added PS JRL scale factor

Thomas Thuemmler 3 months ago
parent
commit
ce58444c10
1 changed files with 1 additions and 1 deletions
  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;