Skip to content

Commit 1d5656d

Browse files
committed
JL track status command
1 parent 8657ffb commit 1d5656d

2 files changed

Lines changed: 28 additions & 4 deletions

File tree

docs/ex-installer/installing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ The tracks (channels) on your motor driver can be configured in a variety of dif
554554
* ``EXT``
555555
* ``NONE``
556556

557-
If the Command Station is configured as a booster (ESP32 microcontrollers only), then the channels can aslo be configured as:
557+
If the Command Station is configured as a booster (ESP32 microcontrollers only), then the channels can also be configured as:
558558

559559
* ``BOOST`` - Booster mode
560560
* ``BOOST_INV`` - Booster mode inverted

docs/reference/software/command-summary-consolidated.rst

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ Also allows joining the MAIN and PROG tracks together.
104104
``<J I> <JI>`` - Request current status
105105
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
106106

107-
*Response:* Repeated for each Channel/Track: ``<j I track current>`` |BR|
108-
|_| > **track:** channel/track |BR|
107+
*Response:* |BR|
108+
|_| Values for each Channel/Track: ``<j I current current . . .>`` |BR|
109109
|_| > **current:** current in milliamps
110110

111111
|hr-dashed|
@@ -116,10 +116,34 @@ Also allows joining the MAIN and PROG tracks together.
116116
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
117117

118118
*Response:* |BR|
119-
|_| repeated for each Channel/Track: ``<j G track currentmax>`` |BR|
119+
|_| Values for each Channel/Track: ``<j G currentmax currentmax . . .>`` |BR|
120120
|_| > **track:** channel/track |BR|
121121
|_| > **currentmax:** current in milliamps
122122

123+
|hr-dashed|
124+
125+
.. _native-command-j-l:
126+
127+
``<J L screen startRow> <JL screen startRow>`` - LCD/OLED Display track status
128+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
129+
130+
*Response:* example <JL 0 8> |BR|
131+
|_| <@ 0 8 "A: MAIN 361mA"> |BR|
132+
|_| <@ 0 9 "B: PROG 0mA"> |BR|
133+
|_| <@ 0 10 "C: DC 304"> |BR|
134+
|_| <@ 0 11 "D: DC 305 0mA"> |BR|
135+
|_| <@ 0 12 "4 Districts 361mA"> |BR|
136+
137+
status for each Channel/Track: |BR|
138+
|_| > track mode |BR|
139+
|_| > locoID for DC mode tracks |BR|
140+
|_| > current in milliamps is only reported for tracks with power ON |BR|
141+
|_| |_| current in milliamps is a trailing average |BR|
142+
143+
<JL ..> command is designed for use in EXRAIL automation |BR|
144+
add the define in config.h if more than 8 rows are used |BR|
145+
|_| #define MAX_CHARACTER_ROWS 13
146+
123147
----
124148

125149
Track Manager

0 commit comments

Comments
 (0)