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
@@ -573,8 +573,8 @@ A switch shown in green can be operated, a switch shown in red is locked.
573
573
574
574
.. _driving-train-operations:
575
575
576
-
F9 Train Operations Monitor
577
-
---------------------------
576
+
Ctrl-Alt-F9 Train Operations Monitor
577
+
------------------------------------
578
578
579
579
The Open Rails Train Operations window is similar in function to the F9
580
580
window in MSTS, but includes additional features to control the air brake
@@ -655,10 +655,10 @@ uncoupling can also be found :ref:`here <driving-hud-brake>`.
655
655
656
656
.. _train-operations-monitor:
657
657
658
-
Ctrl-Alt-F9 Train Operations Monitor
659
-
------------------------------------
658
+
F9 Train Car Operations Monitor
659
+
---------------------------
660
660
661
-
This Open Rails Train Operations window has a vertical view of the entire train:
661
+
This Train Operations window provides a vertical view of the entire train:
662
662
663
663
.. image:: images/TrainCarOperations-01.png
664
664
:align:center
@@ -669,15 +669,15 @@ This Open Rails Train Operations window has a vertical view of the entire train:
669
669
This window shows the whole train in vertical mode. Any car can be selected by clicking on the Car ID.
670
670
Two arrows will then appear pointing to the selected car.
671
671
672
-
By clicking on the selected CarId the "Train Operations Viewer" window will be displayed:
672
+
By clicking on the selected Car Id the "Train Operations Viewer" window will be displayed:
673
673
674
674
.. image:: images/TrainOperationsViewer-02.png
675
675
:align:center
676
676
:scale:100%
677
677
678
678
|
679
679
680
-
From the "Train Operations Viewer" window, we can set all the available systems, as in the “Car Operation menu”:
680
+
From the "Train Operations Viewer" window, we can set all the available systems, as in the “Car Operation Menu”:
681
681
682
682
- FrontBrakeHose
683
683
- FrontAngleCock
@@ -710,7 +710,7 @@ Any changes made in this window will also appear in the "Train Car Operations" w
710
710
711
711
|
712
712
713
-
After a change in the braking system that keeps the train stopped, the CarID changes to a cyan colour.
713
+
After a change in the braking system that keeps the train stopped, the Car ID changes to a cyan colour.
714
714
In this way, it is easy for the user, to find out which car is stopping the train.
715
715
716
716
A click on the right arrow hides all non-system brake symbols, inside the "Train Car Operations" window:
@@ -730,10 +730,10 @@ To make the text bold, click the left arrow:
730
730
|
731
731
732
732
While the "Train Operations Viewer" window is visible, we can modify the "Train Car Operations" window,
733
-
but if we open the "Train Operations" window <F9> and click on any CarID, the "Car Operation Menu" will
734
-
appear and it will point to the previously selected CarID in the "Train Operations Viewer" window.
733
+
but if we open the "Train Operations" window <Alt+Shift+F9> and click on any Car ID, the "Car Operation Menu" will
734
+
appear and it will point to the Car ID which was previously selected in the "Train Operations Viewer" window.
735
735
The "Car Operations Menu" is updated from the "Train Operations Viewer" window.
736
-
A click on the CarID in the “Train Operations Viewer” will close the window.
736
+
A click on the Car ID in the “Train Operations Viewer” will close the window.
737
737
738
738
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.
739
739
Once the required car has been selected, it will remain visible on the last row:
@@ -1200,8 +1200,9 @@ of the train that is approaching. In this image, signal 462 is showing an APPROA
1200
1200
1201
1201
.. image:: images/timetable_tab4.png
1202
1202
1203
-
The adjustment for "Daylight offset (hrs)" is provided for convenience to advance the sun as it moves
1203
+
An adjustment for "Daylight offset (hrs)" is provided for convenience to advance the sun as it moves
1204
1204
across the sky so that night time trains can be more easily observed in daylight.
1205
+
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
@@ -3146,7 +3146,7 @@ Brake Shoe Force - This is the current change being implemented. The following c
3146
3146
3147
3147
``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
3148
3148
they are impacted by both the speed and Brake Shoe Force. Typically ``ORTSBrakeShoeType`` will have one of the following keywords included -
3149
-
``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``
3149
+
``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``
3150
3150
- high friction composite shoe, 2D as above, ``Disc_Pads`` - brakes with disc pads, 2D as above, ``User_Defined`` - is a user defined curve
3151
3151
using the ORTSBrakeShoeFriction parameter, 1D (ie, speed only, see above section for the parameter format).
0 commit comments