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

+ 1 - 2
SDS_status_main.php

@@ -9,7 +9,6 @@ if (substr($ip, 0, 7) == "128.176") placeBox(-135, 1190, "WWU Muenster network",
 $PSmode = $adeiValue[32][0];
 $MSmode = $adeiValue[33][0];
 
-
 $tol = 0.5;
 
 $local = false;
@@ -192,7 +191,7 @@ if ((substr($ip, 0, 13) == "141.52.12.158") | (substr($ip, 0, 13) == "141.52.12.
 	else if ($value <= 1E-4 && $value >= 1E-11) { $pic = $pic . "On"; $text = sprintf('%.1E', $value); }
 	else if ($value < 1E-11) { $text = "LOW"; }
 	placePicWithLink(410, 1435, $pic . ".png", 30, "status cold cathode gauge CC2320&#10;green: on, red: off, grey: undefined", $adeiChannel[7][0]);
-placeTextWithLink(439, 1415, $text, 70, 4, "#000000", "pressure [mbar] cold cathode gauge CC2320:&#010P = ".sprintf('%.3E mbar;', $value), $adeiChannel[7][0]);
+    placeTextWithLink(439, 1415, $text, 70, 4, "#000000", "pressure [mbar] cold cathode gauge CC2320:&#010P = ".sprintf('%.3E mbar;', $value), $adeiChannel[7][0]);
 
         $time_conversion_factor = 621355968000000000; // conversion for PCS7 .NET value;
         $timestamp = ($adeiValue[7][8] - $time_conversion_factor) / 10000000;