Browse Source

mod for 40KV power supply in lines 822 and 823

Thomas Thümmler 1 year ago
parent
commit
b9ff81e7ed
1 changed files with 3 additions and 0 deletions
  1. 3 0
      SDS_status_main.php

+ 3 - 0
SDS_status_main.php

@@ -819,6 +819,9 @@ if (($MSmode == 5) or ($MSmode == 4))
     $ms_hcp_soll = $adeiValue[10][1];  //flipped 2021-02-16 for new HCP device
     $ms_hcn_soll = $adeiValue[10][25];
 
+    $adeiValue[10][0] = $adeiValue[10][24]; // tweak for 40 kV Power Supply
+    $adeiValue[10][1] = $adeiValue[10][25]; // tweak for 40 kV Power Supply
+    
     $HCP = true;
     if  ($ms_hcn_soll == 0) {
       if ($ms_hcp_soll == 0) { $text = $text . " OFF";}