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/cabs.rst
+45-5
Original file line number
Diff line number
Diff line change
@@ -61,23 +61,25 @@ The following DMI size variants are available: FullSize (displays the whole DMI)
61
61
The information displayed in the DMI is controlled via the TCS script. For more details,
62
62
see :ref:`C# engine scripting - Train Control System <features-scripting-tcs>`.
63
63
64
-
.. _cabs-battery-switch:
64
+
.. _cabs-battery:
65
65
66
-
Battery switch
67
-
--------------
66
+
Battery
67
+
-------
68
68
69
69
.. index::
70
70
single: ORTS_BATTERY_SWITCH_COMMAND_SWITCH
71
71
single: ORTS_BATTERY_SWITCH_COMMAND_BUTTON_CLOSE
72
72
single: ORTS_BATTERY_SWITCH_ON
73
+
single: ORTS_BATTERY_VOLTAGE
73
74
74
-
The :ref:`battery switch<physics-battery-switch>` controls the low voltage power supply of the locomotive.
75
+
The :ref:`battery subsystem<physics-battery>` controls the low voltage power supply of the locomotive.
75
76
76
77
The following controls are available for the cabview:
77
78
78
-
- ``ORTS_BATTERY_SWITCH_COMMAND_SWITCH`` can be used if the switch is directly controlled from the cab
79
+
- ``ORTS_BATTERY_SWITCH_COMMAND_SWITCH`` can be used if the battery switch is directly controlled from the cab
79
80
- ``ORTS_BATTERY_SWITCH_COMMAND_BUTTON_CLOSE`` and ``ORTS_BATTERY_SWITCH_COMMAND_BUTTON_OPEN`` can be used if the switch is controlled with two pushbuttons (one to close the switch and the other to open it)
80
81
- ``ORTS_BATTERY_SWITCH_ON`` can be used to control a light on the cab showing the state of the battery switch
82
+
- ``ORTS_BATTERY_VOLTAGE`` monitors the battery voltage
81
83
82
84
Other controls can be disabled if the low voltage power supply is not available using the following parameter::
83
85
@@ -166,6 +168,44 @@ The following controls are available for the cabview:
166
168
- ``ORTS_ELECTRIC_TRAIN_SUPPLY_COMMAND_SWITCH`` can be used to control the electric train supply switch
167
169
- ``ORTS_ELECTRIC_TRAIN_SUPPLY_ON`` can be used to indicate that the electric train supply line is powered on
168
170
171
+
.. _cabs-voltmeters:
172
+
173
+
Voltmeters
174
+
----------
175
+
176
+
.. index::
177
+
single: LINE_VOLTAGE
178
+
single: ORTS_PANTOGRAPH_VOLTAGE_AC
179
+
single: ORTS_PANTOGRAPH_VOLTAGE_DC
180
+
single: ORTS_BATTERY_VOLTAGE
181
+
182
+
The following voltmeters are available for the cabview:
183
+
184
+
- ``LINE_VOLTAGE`` indicates the line voltage
185
+
- ``ORTS_PANTOGRAPH_VOLTAGE_AC`` indicates the line voltage when operating on AC lines
186
+
- ``ORTS_PANTOGRAPH_VOLTAGE_DC`` indicates the line voltage when operating on DC lines
187
+
- ``ORTS_BATTERY_VOLTAGE`` indicates the vehicle's battery voltage
188
+
189
+
.. _cabs-electricselectors:
190
+
191
+
.. index::
192
+
single: ORTS_PANTOGRAPH_SELECTOR
193
+
single: ORTS_POWER_LIMITATION_SELECTOR
194
+
single: ORTS_VOLTAGE_SELECTOR
195
+
196
+
There :ref:`pantograph selector <physics-pantograph-selector>`,
197
+
:ref:`voltage selector <physics-voltage-selector>` and
198
+
:ref:`power limitation selector <physics-power-limitation-selector>` can be used
199
+
to switch the traction system for locomotives operating at different voltages.
0 commit comments