You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trace.TraceInformation("AirBrakeMaxMainResPipePressure not set in ENG file, set to default pressure of {0}.",FormatStrings.FormatPressure(MaximumMainReservoirPipePressurePSI,PressureUnit.PSI,MainPressureUnit,true));
Trace.TraceInformation("AirBrakeMaxMainResPipePressure is set in ENG file, but should not be normally used for AirSinglePipe system, reset to default pressure of {0}. Consider removing AirBrakeMaxMainResPipePressure parameter from ENG file",FormatStrings.FormatPressure(MaximumMainReservoirPipePressurePSI,PressureUnit.PSI,MainPressureUnit,true));
1449
+
}
1450
+
}
1451
+
}
1452
+
else
1453
+
{
1454
+
// normal default setting. This should be the normal case for airsinglepipe systems
@@ -1440,7 +1470,7 @@ public override void Initialize()
1440
1470
{
1441
1471
Trace.TraceInformation("TrainBrakeController.MaxPressurePSI is assumed to be {0} Inhg, - confirmed as a value of {1} InHg",TempMaxPressure,Bar.ToInHg(Bar.FromPSI(TrainBrakeController.MaxPressurePSI)));
1442
1472
}
1443
-
1473
+
1444
1474
}
1445
1475
elseif(TrainBrakeController.MaxPressurePSI<7||TrainBrakeController.MaxPressurePSI>13)// Outside an acceptable range (Eqiv = 15InHg to 25InHg), then convert to a fixed default
0 commit comments