Ver código fonte

switched K65 readout scale factor for K35

Thomas Thümmler 2 anos atrás
pai
commit
76317ae540
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      SDS_status_main.php

+ 3 - 3
SDS_status_main.php

@@ -639,12 +639,12 @@ if (($MSmode == 5) or ($MSmode == 4))
 	
 	// voltage monitoring readout K65
 	$color = "#000000";
-    $factor_m = 1818.108;
+    //$factor_m = 1818.108;
 	//$factor_m_rel_error = 0.02/$factor_m;
 	//$offset = -4.1e-6;
 	//$gain = 1.00000136;
         
-	//$factor_m = 1972.462;
+	$factor_m = 1972.462;
 	$factor_m_rel_error = 1.0e-6; // including calibration, gain and offset error
 	$offset = 3.67e-6;
 	$offset_error = 3.5e-7;
@@ -656,7 +656,7 @@ if (($MSmode == 5) or ($MSmode == 4))
 	
 	// voltage display K65
 	$link = $K65_link;
-	$text = "K65 divider channel 436-REU-0-0301-0001, precision voltage value, KNM5 calibration, in 2021 connected to K35 at 436-REU-0-0201-0001";
+	$text = "K65 divider channel 436-REU-0-0301-0001, precision voltage value, KNM5 calibration, in 2022 connected to K35";
 	//$text = "K65 divider channel 436-REU-0-0301-0001, precision voltage value, KNM5 calibration, in 2021 used for 436-REU-0-0201-0001 as long as K35 is down.";
 	
 	if ($K65_RunFlag > 0)