@@ -202,7 +202,8 @@ F1 Information Monitor
202202----------------------
203203
204204The F1 key displays the following set of panels in a tabbed format,
205- selected by clicking with the mouse on the desired heading:
205+ selected by clicking with the mouse on the desired heading or
206+ using ``<Shift+F1> `` to step through the tabs:
206207
207208``Key Commands ``: displays the actions of the keyboard keys
208209
@@ -231,6 +232,11 @@ completed, the string ``Done`` appears in the last column:
231232
232233``Procedures ``: basic instructions for driving trains in Open Rails.
233234
235+ ``Train Info ``: information about the player train.
236+
237+ .. image :: images/driving-traininfo.png
238+ :align: center
239+ :scale: 80%
234240
235241F3
236242----------------
@@ -464,6 +470,77 @@ specified by the player:
464470
465471.. image :: images/driving-train-names-multiplayer.png
466472
473+ Alt-F7 Train Forces
474+ -------------------
475+
476+ Pressing ``<Alt+F7> `` opens the Train Forces window.
477+ It shows the forces along the player's train in bar-graph form.
478+ The window is sized to fit the train (graph), with a minimum size for short trains,
479+ and a maximum size for very long trains.
480+ Scrolling may be required to see the end of the train, or the end of the text line.
481+
482+ .. image :: images/driving-trainforces.png
483+ :align: center
484+ :scale: 80%
485+
486+ The train is shown as a white line; locomotives are shown in blue.
487+ The front of the train is to the left.
488+
489+ ``Coupler Force ``
490+ '''''''''''''''''
491+
492+ Shows the length-wise pull or push force at each coupling, as a colored bar graph.
493+ Up (positive) is pull, down (negative) is push.
494+ The scale is determined by the weakest coupler in the train.
495+ The steps are non-linear, to provide more sensitivity near the breaking point.
496+
497+ Note: Because the graph is scaled by the weakest car,
498+ a red bar may not mean that the coupler will break.
499+ When the car has a higher coupler strength, it can tolerate higher forces than the weakest car.
500+
501+ ``Derail Force ``
502+ ''''''''''''''''
503+
504+ Shows the sideway push or pull at the wheels as a colored bar graph.
505+ Up (positive) is pull to the inside (stringline), down (negative) is push to the outside (jackknife).
506+ The scale is determined by the car with the lowest axle-load (lowest vertical force).
507+ The steps are non-linear, to provide more sensitivity near the derailing point.
508+ But this is less effective for lateral forces, as the force is proportional to the curve radius,
509+ which changes in discrete steps (MSTS legacy).
510+
511+ Note: Because the graph is scaled by the most susceptible car,
512+ a red bar may not mean that the car will derail.
513+ When the car has a higher vertical force, it can tolerate higher lateral forces than the most susceptible car.
514+
515+
516+ ``Brake Force ``
517+ '''''''''''''''
518+
519+ Shows the braking force of each car as a bar graph.
520+ The scale is determined by the car with the smallest brake force (generally lowest weight).
521+ The steps are non-linear, to provide more sensitivity near the small brake applications.
522+ As the weight (and thus brake force varies greatly between cars (and especially engines),
523+ the graph can be quite jagged, even though all brake cylinders have the same pressure.
524+ Locomotives will show a full bar long before the brakes are fully applied.
525+
526+ Dynamic braking is shown in blue (unless there also is a greater force from the air-brakes).
527+
528+ ``Text Line ``
529+ '''''''''''''
530+
531+ The text line at the bottom shows the following information.
532+
533+ - Max Coupler: The current maximum coupler force within the train,
534+ and the car (count from front, including locomotives) where the maximum force is.
535+ - Max Derail: The current maximum derail force within the train,
536+ and the car (count from front, including locomotives) where the maximum force is.
537+ - Low Coupler: The lowest coupler strength within the train.
538+ - Low Derail: The lowest derail force within the train.
539+ This is an estimate, based on the vertical force.
540+ Dynamic factors also affect the force needed to derail.
541+
542+ It may be necessary to scroll to see the rightmost parts of the line.
543+
467544F8 Switch Monitor
468545-----------------
469546
0 commit comments