Quellcode durchsuchen

changed K65 error value

Thomas Thümmler vor 2 Jahren
Ursprung
Commit
87ca0ccb7c
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      SDS_status_main.php

+ 2 - 2
SDS_status_main.php

@@ -640,12 +640,12 @@ if (($MSmode == 5) or ($MSmode == 4))
 	// voltage monitoring readout K65
 	$color = "#000000";
     $factor_m = 1818.108;
-	$factor_m_rel_error = 0.02/$factor_m;
+	//$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_rel_error = 1.0e-6; // including calibration, gain and offset error
 	$offset = 3.67e-6;
 	$offset_error = 3.5e-7;
 	$gain = 0.999999277;