@@ -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
125149Track Manager
0 commit comments