Browse Source

PR current mismatch limit set to 0.1 mA

Thomas Thümmler 2 years ago
parent
commit
24fe777004
1 changed files with 1 additions and 1 deletions
  1. 1 1
      SDS_status_main.php

+ 1 - 1
SDS_status_main.php

@@ -789,7 +789,7 @@ if (($MSmode == 5) or ($MSmode == 4))
 	  
 	    if ($PID_setpoint > 9.0) placeTextWithLink(501,285, "APR setpoint limit", 140, 0, "#FF0000", "APR setpoint at 90% of limit.", $adeiChannel[10][30]);
 
-	    if (abs($I_PR - $PR_hw_current) > 0.05) placeTextWithLink(510,285, "PR current mismatch", 140, 0, "#FF0000", "Estimated and actual current of post regulation don't match.", $adeiChannel[10][31]);
+	    if (abs($I_PR - $PR_hw_current) > 0.1) placeTextWithLink(510,285, "PR current mismatch", 140, 0, "#FF0000", "Estimated and actual current of post regulation don't match.", $adeiChannel[10][31]);
 	  }
   }  // end of PCS7 mode switch