Browse Source

updated K65 scale factor to 3636.261

Thomas Thümmler 8 months ago
parent
commit
9eed87fb16
1 changed files with 3 additions and 1 deletions
  1. 3 1
      SDS_status_main.php

+ 3 - 1
SDS_status_main.php

@@ -674,9 +674,11 @@ if (($MSmode == 5) or ($MSmode == 4))
 	if ($hv_switch1102_k65 == 1) $K65_text = "K65 @ MoS Voltage";
 	else if ($hv_switch1102_k65 == 0) $K65_text = "K65 @ MS Voltage + IE";
 	
+    // calibration from KDB: [ -2.43e-06, 0.999999697, -3636.269 ]  
+    
 	// voltage monitoring readout K65
 	$color = "#000000";
-  	$factor_m = 3636.259;
+  	$factor_m = 3636.261;
 	$factor_m_rel_error = 1.0e-6; // including calibration, gain and offset error
 	$offset = 8.72e-06;
 	$offset_error = 1.9e-7;