Skip to content

Commit c5cdbd3

Browse files
committed
Merge branch 'blueprint/TrainCarOperations-ui-window' of https://github.com/mbm-OR/openrails into blueprint/TrainCarOperations-ui-window
2 parents 840c451 + 1734b59 commit c5cdbd3

File tree

12 files changed

+104
-9
lines changed

12 files changed

+104
-9
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
this empty directory supresses a warning during sphinx build

Source/Documentation/Manual/driving.rst

Lines changed: 93 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ can select different views using the keyboard, as described in
3838
:ref:`Changing the View <driving-changing-view>`.
3939

4040
Cab Letter-Boxing
41-
----------------
41+
-----------------
4242

4343
OR manages not only cab interiors using 2D images in a MSTS-compatible
4444
way, but also supports 3D models. Most 2D cab images follow MSTS practice,
@@ -576,6 +576,97 @@ appears on the car's display line until the air pressure has fallen to zero.
576576
More information about manipulating the brakes during coupling and
577577
uncoupling can also be found :ref:`here <driving-hud-brake>`.
578578

579+
.. _train-operations-monitor:
580+
581+
Ctrl-Alt-F9 Train Operations Monitor
582+
------------------------------------
583+
584+
This Open Rails Train Operations window has a vertical view of the entire train:
585+
586+
.. image:: images/TrainCarOperations-01.png
587+
:align: center
588+
:scale: 100%
589+
590+
|
591+
592+
This window shows the whole train in vertical mode. Any car can be selected by clicking on the Car ID.
593+
Two arrows will then appear pointing to the selected car.
594+
595+
By clicking on the selected CarId the "Train Operations Viewer" window will be displayed:
596+
597+
.. image:: images/TrainOperationsViewer-02.png
598+
:align: center
599+
:scale: 100%
600+
601+
|
602+
603+
From the "Train Operations Viewer" window, we can set all the available systems, as in the “Car Operation menu”:
604+
605+
- FrontBrakeHose
606+
- FrontAngleCock
607+
- CouplerFront
608+
- CouplerRear
609+
- RearAngleCock
610+
- RearBrakeHose
611+
- HandBrake
612+
- BleedOffValve
613+
- ToggleElectricTrainSupplyCable
614+
- ToggleMU
615+
- TogglePower
616+
- ToggleBatterySwitch
617+
618+
This is where all the symbols are placed:
619+
620+
.. image:: images/TrainOperationsViewer.png
621+
:align: center
622+
:scale: 100%
623+
624+
|
625+
626+
The red cross on the handbrake symbol (or another), indicates that it is not available.
627+
628+
Any changes made in this window will also appear in the "Train Car Operations" window:
629+
630+
.. image:: images/TrainOperationsViewer-03.png
631+
:align: center
632+
:scale: 100%
633+
634+
|
635+
636+
After a change in the braking system that keeps the train stopped, the CarID changes to a cyan colour.
637+
In this way, it is easy for the user, to find out which car is stopping the train.
638+
639+
A click on the right arrow hides all non-system brake symbols, inside the "Train Car Operations" window:
640+
641+
.. image:: images/TrainCarOperations-04.png
642+
:align: center
643+
:scale: 100%
644+
645+
|
646+
647+
To make the text bold, click the left arrow:
648+
649+
.. image:: images/TrainCarOperations-05.png
650+
:align: center
651+
:scale: 100%
652+
653+
|
654+
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.
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.
660+
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+
Once the required car has been selected, it will remain visible on the last row:
663+
664+
.. image:: images/TrainCarOperations-06.png
665+
:align: center
666+
:scale: 100%
667+
668+
|
669+
579670
.. _driving-activity:
580671

581672
F10 Activity Monitor
@@ -637,7 +728,7 @@ within the cabview, see :ref:`here <cabs-odometer>`.
637728

638729

639730
Activity Evaluation
640-
------------------
731+
-------------------
641732

642733
``Description``
643734
'''''''''''''''
@@ -710,8 +801,6 @@ This report is made up of several sections.
710801
:scale: 80%
711802
:align: center
712803

713-
.. raw:: latex
714-
715804
The report file OpenRailsEvaluation.txt is saved alongside the log file OpenRailsLog.txt and
716805
the default location for this is the Windows Desktop.
717806

377 KB
Loading
169 KB
Loading
169 KB
Loading
44.8 KB
Loading
178 KB
Loading
137 KB
Loading
84.8 KB
Loading

Source/Documentation/Manual/software-platform.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,11 @@ If you choose to develop your own pages, please consider sharing them with the O
154154
155155
.. image:: images/switch-panel.png
156156

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

159164
Application Programming Interfaces (APIs)

0 commit comments

Comments
 (0)