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
Update calculation of Operative Brakes and Tons per Operative Brake.
Brake Force alone is not sufficient to determine if the car has
operative brakes. BrakeValve (BrakeEquipmentType) does not work well for
the Content Manager, and even some newer rollingstock has it incorrect.
Thus BrakeSystem (BrakeSystemType) not being "just a pipe" or manual
braking seems to work best.
Also corrected TpOP to only use trailing tonnage (as defined by BNSF).
floatengMaxContTractiveForceN=0f;floatengMaxDynBrakeForceN=0f;stringforceSeparator="";// when set, indicates that subsequent engines are in a separate block
1210
1211
1211
1212
floatwagMassKg=0f;stringmassSeparator="";// when set, indicates that subsequent engines are in a separate block
1212
-
intnumOperativeBrakes=0;
1213
+
floattrailingMassKg=0f;intnumOperativeBrakes=0;
1213
1214
boolisMetric=false;boolisUK=false;// isImperial* does not seem to be used in simulation
0 commit comments