Skip to content

Commit 37e2817

Browse files
committed
updates key commands
And also a typo
1 parent 4fdacd5 commit 37e2817

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

Source/Documentation/Manual/driving.rst

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -496,8 +496,8 @@ A switch shown in green can be operated, a switch shown in red is locked.
496496

497497
.. _driving-train-operations:
498498

499-
F9 Train Operations Monitor
500-
---------------------------
499+
Ctrl-Alt-F9 Train Operations Monitor
500+
------------------------------------
501501

502502
The Open Rails Train Operations window is similar in function to the F9
503503
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>`.
578578

579579
.. _train-operations-monitor:
580580

581-
Ctrl-Alt-F9 Train Operations Monitor
582-
------------------------------------
581+
F9 Train Car Operations Monitor
582+
---------------------------
583583

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:
585585

586586
.. image:: images/TrainCarOperations-01.png
587587
:align: center
@@ -592,15 +592,15 @@ This Open Rails Train Operations window has a vertical view of the entire train:
592592
This window shows the whole train in vertical mode. Any car can be selected by clicking on the Car ID.
593593
Two arrows will then appear pointing to the selected car.
594594

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:
596596

597597
.. image:: images/TrainOperationsViewer-02.png
598598
:align: center
599599
:scale: 100%
600600

601601
|
602602
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”:
604604

605605
- FrontBrakeHose
606606
- FrontAngleCock
@@ -633,7 +633,7 @@ Any changes made in this window will also appear in the "Train Car Operations" w
633633

634634
|
635635
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.
637637
In this way, it is easy for the user, to find out which car is stopping the train.
638638

639639
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:
653653
|
654654
655655
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.
658658
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.
660660

661661
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.
662662
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
11231123

11241124
.. image:: images/timetable_tab4.png
11251125

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
11271127
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.
11281129

11291130
Additional Train Operation Commands
11301131
===================================

Source/Documentation/Manual/physics.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3081,7 +3081,7 @@ Brake Shoe Force - This is the current change being implemented. The following c
30813081

30823082
``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
30833083
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``
30853085
- high friction composite shoe, 2D as above, ``Disc_Pads`` - brakes with disc pads, 2D as above, ``User_Defined`` - is a user defined curve
30863086
using the ORTSBrakeShoeFriction parameter, 1D (ie, speed only, see above section for the parameter format).
30873087

Source/Documentation/Manual/software-platform.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ If you choose to develop your own pages, please consider sharing them with the O
159159
160160
.. image:: images/switch-panel.png
161161

162-
- The Train Car Operations page has the same functionality as the :ref:`Ctrl-Alt-F9 Train Operations Monitor <train-operations-monitor>`.
162+
- The Train Car Operations page has the same functionality as the :ref:`F9 Train Operations Monitor <train-operations-monitor>`.
163163
Advantage of having this windows as a web page is that it can be shown outside the Open Rails main window.
164164
Even on another display like for instance a tablet. It has more or less the same functionality, more details
165165
to be found :ref:`here <train-operations-monitor>`.

0 commit comments

Comments
 (0)