Diverter change (PETERSBURG_200).
This commit is contained in:
parent
c5c4a571c5
commit
6bf5bdce2b
@ -160,10 +160,10 @@ namespace TBF.BenchControl.Elde.Diverter
|
||||
{
|
||||
DiverterCfg tmpcfg = args.Cfg as DiverterCfg;
|
||||
if (tmpcfg != null && tmpcfg.Name.Equals(Name))
|
||||
{
|
||||
#if GENESIS
|
||||
{
|
||||
#if GENESIS || PETERSBURG_200
|
||||
int flowMtrNr = int.Parse(Name.Substring(3)) + 1;
|
||||
#else
|
||||
#else /// PETERSBURG_50
|
||||
int flowMtrNr = Name.Contains("1") ? 1 : 3;
|
||||
#endif
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user