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

+ 1 - 1
SDS_status_main.php

@@ -595,7 +595,7 @@ if (($MSmode == 5) or ($MSmode == 4))
 	$link = $adeiChannel[30][1];
 	$text = "K65 divider readout 436-REU-0-0301-0001, precision voltage value, in 2019 used for K35";
 
-    if (($value < -19724.6) & ($value > -19724.7)) placeText(348, 796, "calibration in progress170, 2, "green"); // calibration ongoing      
+    if (($value < -19724.6) & ($value > -19724.7)) placeText(348, 796, "calibration in progress", 170, 2, "green"); // calibration ongoing      
         
     placeTextWithLink(363, 796, sprintf('%.3F', $value ) . "(" . sprintf('%.0F', $voltage_error ) .") V" , 170, 4, $color, $text, $link);
 	//        placeTextWithLink(363, 796, sprintf('%.6F', $value ) ." V" , 170, 4, $color, $text, $link);