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
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
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::
0 commit comments