Browse Source

activated JRL PS voltage readout

Thomas Thümmler 4 years ago
parent
commit
7e6c0d7db5
1 changed files with 3 additions and 3 deletions
  1. 3 3
      SDS_status_main.php

+ 3 - 3
SDS_status_main.php

@@ -576,9 +576,9 @@ if (($MSmode == 5) or ($MSmode == 4))
 	//placeText(385, 716, $k35_text, 130, 2, $color); // K35 voltage reading
 	//placeTextWithLink(363, 696, sprintf('%.3F', $value ) . "(" . sprintf('%.0F', $voltage_error ) .") V" , 170, 4, $color, $text, $link);
 	
-    //placeText(520, 136, $k35_text, 130, 2, $color); // K35 voltage reading
-    //if (abs($value) > 36000) placeText(490, 116, "calibration in progress", 170, 2, "green"); // calibration ongoing
-    //placeTextWithLink(502, 116, sprintf('%.2F', $value ) . "(" . sprintf('%.0F', $voltage_error*100 ) .") V" , 170, 4, $color, $text, $link);
+    placeText(520, 136, $k35_text, 130, 2, $color); // K35 voltage reading
+    if (abs($value) > 36000) placeText(490, 116, "calibration in progress", 170, 2, "green"); // calibration ongoing
+    placeTextWithLink(502, 116, sprintf('%.2F', $value ) . "(" . sprintf('%.0F', $voltage_error*100 ) .") V" , 170, 4, $color, $text, $link);
 	
 	// HV switch for K65
 	$hv_switch1102_k65 = $adeiValue[35][1];