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
Copy file name to clipboardExpand all lines: Source/Documentation/Manual/driving.rst
+13-12Lines changed: 13 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -496,8 +496,8 @@ A switch shown in green can be operated, a switch shown in red is locked.
496
496
497
497
.. _driving-train-operations:
498
498
499
-
F9 Train Operations Monitor
500
-
---------------------------
499
+
Ctrl-Alt-F9 Train Operations Monitor
500
+
------------------------------------
501
501
502
502
The Open Rails Train Operations window is similar in function to the F9
503
503
window in MSTS, but includes additional features to control the air brake
@@ -578,10 +578,10 @@ uncoupling can also be found :ref:`here <driving-hud-brake>`.
578
578
579
579
.. _train-operations-monitor:
580
580
581
-
Ctrl-Alt-F9 Train Operations Monitor
582
-
------------------------------------
581
+
F9 Train Car Operations Monitor
582
+
---------------------------
583
583
584
-
This Open Rails Train Operations window has a vertical view of the entire train:
584
+
This Train Operations window provides a vertical view of the entire train:
585
585
586
586
.. image:: images/TrainCarOperations-01.png
587
587
:align:center
@@ -592,15 +592,15 @@ This Open Rails Train Operations window has a vertical view of the entire train:
592
592
This window shows the whole train in vertical mode. Any car can be selected by clicking on the Car ID.
593
593
Two arrows will then appear pointing to the selected car.
594
594
595
-
By clicking on the selected CarId the "Train Operations Viewer" window will be displayed:
595
+
By clicking on the selected Car Id the "Train Operations Viewer" window will be displayed:
596
596
597
597
.. image:: images/TrainOperationsViewer-02.png
598
598
:align:center
599
599
:scale:100%
600
600
601
601
|
602
602
603
-
From the "Train Operations Viewer" window, we can set all the available systems, as in the “Car Operation menu”:
603
+
From the "Train Operations Viewer" window, we can set all the available systems, as in the “Car Operation Menu”:
604
604
605
605
- FrontBrakeHose
606
606
- FrontAngleCock
@@ -633,7 +633,7 @@ Any changes made in this window will also appear in the "Train Car Operations" w
633
633
634
634
|
635
635
636
-
After a change in the braking system that keeps the train stopped, the CarID changes to a cyan colour.
636
+
After a change in the braking system that keeps the train stopped, the Car ID changes to a cyan colour.
637
637
In this way, it is easy for the user, to find out which car is stopping the train.
638
638
639
639
A click on the right arrow hides all non-system brake symbols, inside the "Train Car Operations" window:
@@ -653,10 +653,10 @@ To make the text bold, click the left arrow:
653
653
|
654
654
655
655
While the "Train Operations Viewer" window is visible, we can modify the "Train Car Operations" window,
656
-
but if we open the "Train Operations" window <F9> and click on any CarID, the "Car Operation Menu" will
657
-
appear and it will point to the previously selected CarID in the "Train Operations Viewer" window.
656
+
but if we open the "Train Operations" window <Alt+Shift+F9> and click on any Car ID, the "Car Operation Menu" will
657
+
appear and it will point to the Car ID which was previously selected in the "Train Operations Viewer" window.
658
658
The "Car Operations Menu" is updated from the "Train Operations Viewer" window.
659
-
A click on the CarID in the “Train Operations Viewer” will close the window.
659
+
A click on the Car ID in the “Train Operations Viewer” will close the window.
660
660
661
661
If the train is very long and not all the cars are displayed in the "Train Car Operations" window, we can scroll by clicking on the white down arrow (vertical scroll bar) at the bottom right.
662
662
Once the required car has been selected, it will remain visible on the last row:
@@ -1123,8 +1123,9 @@ of the train that is approaching. In this image, signal 462 is showing an APPROA
1123
1123
1124
1124
.. image:: images/timetable_tab4.png
1125
1125
1126
-
The adjustment for "Daylight offset (hrs)" is provided for convenience to advance the sun as it moves
1126
+
An adjustment for "Daylight offset (hrs)" is provided for convenience to advance the sun as it moves
1127
1127
across the sky so that night time trains can be more easily observed in daylight.
1128
+
Use ``<Alt+Shift+=>`` to increase the offset and ``<Alt+Shift+->`` to decrease it.
Copy file name to clipboardExpand all lines: Source/Documentation/Manual/physics.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3081,7 +3081,7 @@ Brake Shoe Force - This is the current change being implemented. The following c
3081
3081
3082
3082
``ORTSBrakeShoeType`` - this defines a number of different brake shoe types and curves. To provide a more realistic representation of the braking force the default CoF curves are 2D, ie
3083
3083
they are impacted by both the speed and Brake Shoe Force. Typically ``ORTSBrakeShoeType`` will have one of the following keywords included -
3084
-
``Cast_Iron_P6`` - older cast iron brake shoes, 2D as above, ``Cast_Iron_P10`` - newer cast iron brake shoes with increased phosphorous, 2D as above, ``Hi_Friction_Composite``
3084
+
``Cast_Iron_P6`` - older cast iron brake shoes, 2D as above, ``Cast_Iron_P10`` - newer cast iron brake shoes with increased phosphorous, 2D as above, ``High_Friction_Composite``
3085
3085
- high friction composite shoe, 2D as above, ``Disc_Pads`` - brakes with disc pads, 2D as above, ``User_Defined`` - is a user defined curve
3086
3086
using the ORTSBrakeShoeFriction parameter, 1D (ie, speed only, see above section for the parameter format).
0 commit comments