@@ -1085,7 +1085,7 @@ void TextPageForceInfo(TableData table)
1085
1085
TableSetCell ( table , table . CurrentRow ++ , table . CurrentLabelColumn , Viewer . Catalog . GetString ( "Axle drive force" ) ) ;
1086
1086
TableSetCell ( table , table . CurrentRow ++ , table . CurrentLabelColumn , Viewer . Catalog . GetString ( "Axle brake force" ) ) ;
1087
1087
TableSetCell ( table , table . CurrentRow ++ , table . CurrentLabelColumn , Viewer . Catalog . GetString ( "Number of substeps" ) ) ;
1088
- TableSetCell ( table , table . CurrentRow ++ , table . CurrentLabelColumn , Viewer . Catalog . GetString ( "Wheel Adhesion " ) ) ;
1088
+ TableSetCell ( table , table . CurrentRow ++ , table . CurrentLabelColumn , Viewer . Catalog . GetString ( "Wheel Adh. (Max) " ) ) ;
1089
1089
TableSetCell ( table , table . CurrentRow ++ , table . CurrentLabelColumn , Viewer . Catalog . GetString ( "Axle out force" ) ) ;
1090
1090
TableSetCell ( table , table . CurrentRow ++ , table . CurrentLabelColumn , Viewer . Catalog . GetString ( "Comp Axle out force" ) ) ;
1091
1091
TableSetCell ( table , table . CurrentRow ++ , table . CurrentLabelColumn , Viewer . Catalog . GetString ( "Wheel speed (Slip)" ) ) ;
@@ -1098,7 +1098,7 @@ void TextPageForceInfo(TableData table)
1098
1098
TableSetCell ( table , table . CurrentRow ++ , table . CurrentValueColumn + 2 * i , "{0} ({1})" , FormatStrings . FormatForce ( axle . DriveForceN , mstsLocomotive . IsMetric ) , FormatStrings . FormatPower ( axle . DriveForceN * mstsLocomotive . AbsTractionSpeedMpS , mstsLocomotive . IsMetric , false , false ) ) ;
1099
1099
TableSetCell ( table , table . CurrentRow ++ , table . CurrentValueColumn + 2 * i , "{0}" , FormatStrings . FormatForce ( axle . BrakeRetardForceN , mstsLocomotive . IsMetric ) ) ;
1100
1100
TableSetCell ( table , table . CurrentRow ++ , table . CurrentValueColumn + 2 * i , "{0:F0}" , axle . NumOfSubstepsPS ) ;
1101
- TableSetCell ( table , table . CurrentRow ++ , table . CurrentValueColumn + 2 * i , "{0:F0}%" , axle . WheelAdhesion * 100 ) ;
1101
+ TableSetCell ( table , table . CurrentRow ++ , table . CurrentValueColumn + 2 * i , "{0:F0}% ({1:F0}%) " , axle . WheelAdhesion * 100 , axle . MaximumPolachWheelAdhesion * 100 ) ;
1102
1102
TableSetCell ( table , table . CurrentRow ++ , table . CurrentValueColumn + 2 * i , "{0} ({1})" , FormatStrings . FormatForce ( axle . AxleForceN , mstsLocomotive . IsMetric ) ,
1103
1103
FormatStrings . FormatPower ( axle . AxleForceN * mstsLocomotive . AbsTractionSpeedMpS , mstsLocomotive . IsMetric , false , false ) ) ;
1104
1104
TableSetCell ( table , table . CurrentRow ++ , table . CurrentValueColumn + 2 * i , "{0} ({1})" ,
0 commit comments