Browse Source

adjusted IE labels

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

+ 4 - 4
SDS_status_main.php

@@ -139,7 +139,7 @@ if (substr($ip, 0, 13) == "141.52.12.227")
 
         placeText(560, 1395, "LN<sub>2</sub> Tank", 130, 5, "#000000");
         $link = $adeiChannel[15][6] . "," . $adeiChannel[15][7];
-        placePicWithLink(562,1360, "LN2tank.png", 60, "LN2 tank", $link);
+        placePicWithLink(563,1367, "LN2tank.png", 45, "LN2 tank", $link);
 
         $value = $adeiValue[15][6]*0.77+0.83;
         $link = $adeiChannel[15][6];
@@ -543,8 +543,8 @@ if (($MSmode == 5) or ($MSmode == 4))
     
     // labels
     
-    $posY = 12; // offset between labels and voltages (13)
-    $posX = 6; // down/bottom (7)
+    $posY = 8; // offset between labels and voltages (13)
+    $posX = 10; // down/bottom (7)
 
     if ($MSmode == 5)
       { // only display in MS operation mode High-Voltage
@@ -690,7 +690,7 @@ if (($MSmode == 5) or ($MSmode == 4))
     // offset voltages
     
     $posY = 16; // offset between outer and inner voltages
-    $ringsPosY = array( 273, 273+$posY, 225, 225+$posY, 194, 194+$posY, 161, 161+$posY, 126, 126+$posY, 110, 110+$posY, 126, 126+$posY, 161, 161+$posY, 194, 194+$posY, 225, 225+$posY, 273, 273+$posY, 340, 340-$posY, 388, 388-$posY, 419, 419-$posY, 452, 452-$posY, 487, 487-$posY, 503, 503-$posY, 487, 487-$posY, 452, 452-$posY, 419, 419-$posY, 388, 388-$posY, 340, 340-$posY );
+    $ringsPosY = array( 275, 275+$posY, 227, 227+$posY, 196, 196+$posY, 163, 163+$posY, 128, 128+$posY, 112, 112+$posY, 128, 128+$posY, 163, 163+$posY, 196, 196+$posY, 227, 227+$posY, 275, 275+$posY, 342, 342-$posY, 390, 390-$posY, 421, 421-$posY, 454, 454-$posY, 489, 489-$posY, 505, 505-$posY, 489, 489-$posY, 454, 454-$posY, 421, 421-$posY, 390, 390-$posY, 342, 342-$posY );
     $ringsPosX = array( 352, 352, 385, 385, 434, 434, 516, 516, 600, 600, 845, 845, 1090, 1090, 1174, 1174, 1256, 1256, 1305, 1305, 1338, 1338, 352, 352, 385, 385, 434, 434, 516, 516, 600, 600, 845, 845, 1090, 1090, 1174, 1174, 1256, 1256, 1305, 1305, 1338, 1338 );
     $tol = 0.2;