Browse Source

minor position change

Thomas Thuemmler 2 months ago
parent
commit
d232fc4260
1 changed files with 2 additions and 2 deletions
  1. 2 2
      SDS_status_main.php

+ 2 - 2
SDS_status_main.php

@@ -794,8 +794,8 @@ if (($MSmode == 5) or ($MSmode == 4))
         
         if ($Kal2_RunFlag > 0)
         {
-          placeText(460, 145, $Kal2_text, 130, 2, $color); // Kal2 voltage reading
-          placeTextWithLink(440, 95, "U<sub>PS</sub> = ".sprintf('%.2F', $value ) . "(" . sprintf('%.0F', $voltage_error*100 ) .") V" , 230, 4, $color, $text, $link);
+          placeText(460, 135, $Kal2_text, 130, 2, $color); // Kal2 voltage reading
+          placeTextWithLink(440, 85, "U<sub>PS</sub> = ".sprintf('%.2F', $value ) . "(" . sprintf('%.0F', $voltage_error*100 ) .") V" , 230, 4, $color, $text, $link);
         }