Browse Source

disabled TMP 2620 icon

Thomas Thümmler 3 months ago
parent
commit
cd5aa1760f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      SDS_status_main.php

+ 2 - 0
SDS_status_main.php

@@ -339,6 +339,8 @@ if ((substr($ip, 0, 13) == "141.52.12.158") | (substr($ip, 0, 13) == "141.52.12.
 				}
 			}
 
+          if (($id == 2) & ($pp = 0)) pic = "tmp";
+          
 			placePicWithLink(410 + $pp * 100, 1528 + $id * 35, $pic . ".png", 30, "status turbo-molecular pump TMP" . ($pp + 2) . ($id + 4) . "20
green: on, yellow: on but isolated, red: off, grey: undefined", $adeiChannel[$pp + 7][$id + 1]);
 			placeTextWithLink(439 + $pp * 100, 1518 + $id * 35, $text, 50, 4, "#000000", "rotational speed [Hz] turbo-molecular pump TMP" . ($pp + 2) . ($id + 4) . "20", $adeiChannel[$pp + 7][$id + 1]);
 		}