Browse Source

added maxSTD setting

Thomas Thümmler 3 years ago
parent
commit
6abc511200
1 changed files with 29 additions and 0 deletions
  1. 29 0
      mace_settings.php

+ 29 - 0
mace_settings.php

@@ -205,6 +205,35 @@ $mace_configurations = array (
 				     "E15" => 0.0,
 				     "E16" => 0.0,
 				     ),
+  6 => 
+			      array (
+				     "Config" => "maxSTD",
+				     "EMCS" => "On OK",
+				     "LFCS" => "MAX",
+				     "IECommon" => -200.0,
+				     "W2" => 40.0,
+				     "W3" => 40.0,
+				     "W4" => 0.0,
+				     "W5" => 0.0,
+				     "W6" => 0.0,
+				     "W7-11" => 0.0,
+				     "W12" => 0.0,
+				     "W13" => 0.0,
+				     "W14" => 0.0,
+				     "W15" => 40.0,
+				     "W16" => 40.0,
+				     "E2" => 40.0,
+				     "E3" => 40.0,
+				     "E4" => 0.0,
+				     "E5" => 0.0,
+				     "E6" => 0.0,
+				     "E7-11" => 0.0,
+				     "E12" => 0.0,
+				     "E13" => 0.0,
+				     "E14" => 0.0,
+				     "E15" => 40.0,
+				     "E16" => 40.0,
+				     ),
 			      ); 
 
 ?>