Parcourir la source

added PS JRL scale factor

Thomas Thuemmler il y a 4 mois
Parent
commit
ce58444c10
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;