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("Diesel Force Settings (BASIC Config): Max Starting Force {0}, Calculated Max Continuous Force {1} @ speed of {2}",FormatStrings.FormatForce(MaxForceN,IsMetric),FormatStrings.FormatForce(CalculatedMaxContinuousForceN,IsMetric),FormatStrings.FormatSpeedDisplay(SpeedOfMaxContinuousForceMpS,IsMetric));
317
317
Trace.TraceInformation("Diesel Power Settings (BASIC Config): Prime Mover {0}, Max Rail Output Power {1}",FormatStrings.FormatPower(MaximumDieselEnginePowerW,IsMetric,false,false),FormatStrings.FormatPower(LocomotiveMaxRailOutputPowerW,IsMetric,false,false));
318
318
@@ -326,7 +326,7 @@ public override void LoadFromWagFile(string wagFilePath)
326
326
{
327
327
floatStartingSpeedMpS=0.1f;// Assumed starting speed for diesel - can't be zero otherwise error will occurr
Trace.TraceInformation("Diesel Force Settings (ADVANCED Config): Max Starting Force {0} Calculated Max Continuous Force {1}, @ speed of {2}",FormatStrings.FormatForce(StartingForceN,IsMetric),FormatStrings.FormatForce(CalculatedMaxContinuousForceN,IsMetric),FormatStrings.FormatSpeedDisplay(SpeedOfMaxContinuousForceMpS,IsMetric));
331
331
Trace.TraceInformation("Diesel Power Settings (ADVANCED Config): Prime Mover {0}, Max Rail Output Power {1} @ {2} rpm",FormatStrings.FormatPower(DieselEngines.MaxPowerW,IsMetric,false,false),FormatStrings.FormatPower(DieselEngines.MaximumRailOutputPowerW,IsMetric,false,false),MaxRPM);
332
332
@@ -343,6 +343,20 @@ public override void LoadFromWagFile(string wagFilePath)
343
343
Trace.TraceInformation("!!!! Warning: MaxPower {0} is less then continuous force calculated power {1} @ speed of {2}, please check !!!!",FormatStrings.FormatPower(MaxPowerW,IsMetric,false,false),FormatStrings.FormatPower(CalculatedContinuousPowerW,IsMetric,false,false),FormatStrings.FormatSpeedDisplay(SpeedOfMaxContinuousForceMpS,IsMetric));
0 commit comments