Эх сурвалжийг харах

configured for K65 divider scale factor

Thomas Thümmler 2 жил өмнө
parent
commit
51d7fe3bf8
1 өөрчлөгдсөн 6 нэмэгдсэн , 6 устгасан
  1. 6 6
      SDS_status_main.php

+ 6 - 6
SDS_status_main.php

@@ -632,20 +632,20 @@ if (($MSmode == 5) or ($MSmode == 4))
 	
 	// HV switch for K65
 	$hv_switch1102_k65 = $adeiValue[35][1];
-	//$K65_text = "K65 @ MS Tank + IE";
-	$K65_text = "K35 @ MS Tank + IE";
+	$K65_text = "K65 @ MS Tank + IE";
+	//$K65_text = "K35 @ MS Tank + IE";
 	//if ($hv_switch1102_k65 == 1) $K65_text = "K65 @ MoS Voltage";
 	//if ($hv_switch1102_k65 == 0) $K65_text = "K65 @ MS  Voltage";
 	
 	// voltage monitoring readout K65
 	$color = "#000000";
-        //$factor_m = 1818.108;
-	//$factor_m_rel_error = 0.02/$factor_m;
+    $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_rel_error = 1.0e-6; // including calibration, gain and offset error
+	//$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;
 	$gain = 0.999999277;