Program extended for BADGER_MALA_TRAT

This commit is contained in:
Milan Hanajik
2015-04-15 22:03:23 +02:00
parent f84f3f1f0e
commit 7f059d9c6f
8 changed files with 27 additions and 14 deletions
@@ -83,7 +83,7 @@ namespace TBF.BenchControl.Elde
// Array length is the reference flowmeters count plus one
#if DN100
public float[] EtCalib = new float[6] { 1, 1, 1, 1, 1, 1 };
#elif MUNICH || TORINO50
#elif MUNICH || TORINO50 || BADGER_MALA_TRAT
public float[] EtCalib = new float[5] { 1, 1, 1, 1, 1 };
#elif FUZHOU150 || FUZHOU300 || PT200IL
public float[] EtCalib = new float[6] { 1, 1, 1, 1, 1, 1 };
@@ -173,6 +173,8 @@ namespace TBF.BenchControl.Elde
ControlComponent_Izrael2014.UserControl1 ctrlBrdComponent,
#elif TORINO50
ControlComponent_Torino2015.UserControl1 ctrlBrdComponent,
#elif BADGER_MALA_TRAT
ControlComponent_Torino2015.UserControl1 ctrlBrdComponent,
#endif
ulong valvesToInvert,
float[] tankCapacities)