Browse Source

postreg off indicator fixed

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

+ 3 - 2
SDS_status_main.php

@@ -774,6 +774,8 @@ if (($MSmode == 5) or ($MSmode == 4))
 	    else if (($I_PR >= 0.46) && ($I_PR <= 0.8)) {$pic = $pic."On";}
 	    else if ($I_PR > 0.8) {$pic = $pic."Alarm";}
 	  }
+  	else $pic = $pic."Off";
+
 	
 	$pos_y = 501;
 	$pos_x = 455;
@@ -1372,8 +1374,7 @@ if ($PSmode != 5)
 	placeTextLeftWithWebsiteLink(20, 1450, "&rarr; WebTrium", 155, 4, $color, "Link to WebTrium Overview", "https://webtrium.mpp.mpg.de");
 
 	// ########## FPD Status ##########
-	placeTextLeftWithWebsiteLink(50, 1450, "&rarr; FPD Status", 155, 4, $color, "Link to FPD Status Overview", "https://ikp-katrin-fpd.ikp.kit.edu/fpdstatus/");
-
+	placeTextLeftWithWebsiteLink(50, 1450, "&rarr; FPD Status", 155, 4, $color, "Link to FPD Status Overview", "https://ip-katrin-fpd.ikp.kit.edu/fpdstatus/")
 	// ########## Sanshiro Katana Page ##########
 	placeTextLeftWithWebsiteLink(80, 1450, "&rarr; Brew Kaffee Beans and Idle", 275, 4, $color, "Link to Brew Kaffee Beans and Idle page at UW/Seattle", "http://katana.npl.washington.edu/~sanshiro/");