Browse Source

Updated K65 scale factor (using 4000:1 output)

Thomas Thümmler 1 year ago
parent
commit
1da16c6f4c
1 changed files with 3 additions and 2 deletions
  1. 3 2
      SDS_status_main.php

+ 3 - 2
SDS_status_main.php

@@ -609,8 +609,9 @@ if (($MSmode == 5) or ($MSmode == 4))
 	
 	// voltage monitoring readout K35
 	$color = "#000000";
-	$factor_m = 1818.108;
-	$factor_m_rel_error = 3.0e-6;
+  	//$factor_m = 1818.108;
+	$factor_m = 3636.27;
+	$factor_m_rel_error = 2.0e-6;
 	$offset = 3.67e-6;
 	$offset_error = 1.6e-7;
 	$gain = 0.99999956;