Diverter and flowmeter numbers for diverter tests corrected for 3 Fuzhou benches.
This commit is contained in:
parent
6a40a351a7
commit
f8a358c21e
@ -162,11 +162,11 @@ namespace TBF.BenchControl.Elde.Diverter
|
||||
if (tmpcfg != null && tmpcfg.Name.Equals(Name))
|
||||
{
|
||||
int diverterNr = int.Parse(Name.Substring(3));
|
||||
#if GENESIS || PETERSBURG_200
|
||||
#if GENESIS || PETERSBURG_50 || PETERSBURG_200 || FUZHOU_40 || FUZHOU150 || FUZHOU300
|
||||
int flowMtrNr = diverterNr + 1;
|
||||
#elif BADGER_STREDNA_TRAT
|
||||
int flowMtrNr = (diverterNr == 1) ? 1 : ((diverterNr == 2) ? 9 : 20);
|
||||
#else /// PETERSBURG_50
|
||||
#else
|
||||
int flowMtrNr = (diverterNr == 1) ? 1 : 3;
|
||||
#endif
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user