diff --git a/TestBenchFramework/BenchControl/Elde/ControlBoardDev.cs b/TestBenchFramework/BenchControl/Elde/ControlBoardDev.cs index 03721c277..c1c0d7c0a 100644 --- a/TestBenchFramework/BenchControl/Elde/ControlBoardDev.cs +++ b/TestBenchFramework/BenchControl/Elde/ControlBoardDev.cs @@ -82,7 +82,7 @@ namespace TBF.BenchControl.Elde public float[] EtCalib = new float[6] { 1, 1, 1, 1, 1, 1 }; #elif MUNICH public float[] EtCalib = new float[5] { 1, 1, 1, 1, 1 }; -#elif FUZHOU150 || FUZHOU300 || PT200IL +#elif FUZHOU150 || FUZHOU300 || PT200IL || TORINO50 public float[] EtCalib = new float[6] { 1, 1, 1, 1, 1, 1 }; #endif public uint[] DiverterEdge = new uint[2] { 50, 50 }; diff --git a/TestBenchFramework/Program.cs b/TestBenchFramework/Program.cs index 946988996..f137343ea 100644 --- a/TestBenchFramework/Program.cs +++ b/TestBenchFramework/Program.cs @@ -31,11 +31,9 @@ namespace TBF public static DatabaseSettings CurrentBench; const string SQLiteDbFName = "SQLite.db"; -#if (DN100 || MUNICH) +#if DN100 || MUNICH public const int WMsCount = 3; -#elif FUZHOU300 - public const int WMsCount = 6; -#else // if FUZHOU150, PT200IL, TORINO50 +#else // FUZHOU300, FUZHOU150, PT200IL, TORINO50 public const int WMsCount = 6; #endif