Browse Source

added 2.7G Kr setting for MAC-E filter

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

+ 29 - 0
mace_settings.php

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