Skip to content

Commit b03822d

Browse files
committed
Throttle updates
add DCC-EX CAB Note for DccExController
1 parent 4d7d33a commit b03822d

6 files changed

Lines changed: 54 additions & 7 deletions

File tree

docs/throttles/hardware/dccexcontroller.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ DccEXcontroller (Physical)
1414
:depth: 3
1515
:local:
1616

17+
.. note::
18+
19+
While this contoller code remains fully functional, support for DccEXcontroller has been discontinued.
20+
1721
DccExController uses exactly the same hardware as the WiTcontroller, but uses the DCC-EX Native command protocol instead of the |WITHROTTLE PROTOCOL|.
1822

1923
From |Engine Driver|'s very own Peter Akers (flash62au on our Discord server), comes a physical hardware throttle using only 4 parts:
@@ -65,8 +69,6 @@ Features
6569

6670
* limited dealing with unexpected disconnects. It will throw you back to the Server selection screen.
6771

68-
NOTE: This is a Project and is therefore a work in progress and open source. New features are being added regularly.
69-
7072
Source code and instructions can be found on GitHub here: https://github.com/flash62au/DccExController |EXTERNAL-LINK|
7173

7274
Images

docs/throttles/hardware/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ Throttles (Hardware)
1212
.. toctree::
1313
:maxdepth: 1
1414

15-
dccexcontroller
1615
engine-driver-physical-knobs
1716
ex-t3-wifi
1817
handcab
@@ -21,4 +20,5 @@ Throttles (Hardware)
2120
mybluepillthrottle
2221
witcontroller
2322
streamdeck
24-
uwt50
23+
uwt50
24+
dccexcontroller

docs/throttles/index.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Android (Phones and Tablets)
4747
- :doc:`DCCpp CAB (android) <software/dccpp-cab>`
4848
- :doc:`DigiTrainsPro (Android, iOS, Windows) <software/digitrainspro>` *- Requires JMRI*
4949
- :doc:`RtDtive DCC++ (Android) <software/rtdrive-dccpp>`
50+
- :doc:`DCC-EX CAB (iOS and Android) <software/dccex-cab>`
5051

5152
Apple iOS (Phones and Tablets)
5253
------------------------------
@@ -57,20 +58,21 @@ Apple iOS (Phones and Tablets)
5758
- :doc:`Train Driver (iOS) <software/train-driver>`
5859
- :doc:`ThrottleCard (iOS) <software/throttlecard>`
5960
- :doc:`TrainNavigator (iOS) <software/trainnavigator>`
61+
- :doc:`DCC-EX CAB (iOS and Android) <software/dccex-cab>`
6062
- :doc:`WiThrottle (iOS) <software/withrottle>`
6163

6264

6365
Dedicated Hardware
6466
------------------
6567

66-
- :doc:`DccExController (Physical) <hardware/dccexcontroller>`
6768
- :doc:`Elgato Stream Deck (Physical) <hardware/streamdeck>`
6869
- :doc:`EX-T3-WiFi (T3 = Tactile Touch Throttle) (physical) </throttles/hardware/ex-t3-wifi>`
6970
- `HandCab (Physical) <https://github.com/1fatgmc/HandCab/tree/main>`_
7071
- :doc:`LoDi-Con WiFi Throttle </throttles/hardware/lodi-con-wifi-throttle>`
7172
- :doc:`miniThrottle (Physical) <hardware/minithrottle>`
7273
- :doc:`TCS UWT-50 (Physical) <hardware/uwt50>`
73-
- :doc:`WiTcontroller (Physical) <hardware/witcontroller>` |BR| |BR|
74+
- :doc:`WiTcontroller (Physical) <hardware/witcontroller>`
75+
- :doc:`DccExController (Physical) <hardware/dccexcontroller>` - Support Discontinued |BR| |BR|
7476
- See also :doc:`DCC-EX Native command library - DCCEXProtocol </throttles/native-protocol-library>`
7577

7678
Personal Computers
@@ -105,14 +107,15 @@ DCC-EX (DCC-EX Native Commands)
105107
- :doc:`EX-WebThrottle (Web Browser) </ex-webthrottle/index>` *recommended*
106108
- :doc:`Engine Driver (Android) <software/engine-driver>` *recommended*
107109
- :doc:`DCCpp CAB (Android) <software/dccpp-cab>`
110+
- :doc:`DCC-EX CAB (iOS and Android) <software/dccex-cab>`
108111
- :doc:`DCC++ Throttle (Android) <software/dccpp-throttle>`
109112
- :doc:`RtDtive DCC++ (Android) <software/rtdrive-dccpp>`
110113
- :doc:`SRCP Client (iOS) <software/srcpclient>`
111114
- :doc:`TrainNavigator (iOS) <software/trainnavigator>`
112115
- :doc:`JMRI (Win, macOS, Linux) <software/jmri>`
113-
- :doc:`DccExController (Physical) <hardware/dccexcontroller>`
114116
- :doc:`EX-T3-WiFi (T3 = Tactile Touch Throttle) (Physical) </throttles/hardware/ex-t3-wifi>`
115117
- :doc:`miniThrottle (Physical) <hardware/minithrottle>` |BR| |BR|
118+
- :doc:`DccExController (Physical) <hardware/dccexcontroller>` - Support Discontinued
116119
- See also :doc:`DCC-EX Native command library - DCCEXProtocol </throttles/native-protocol-library>`
117120

118121
WiThrottle Protocol Based Throttles
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
.. include:: /include/include.rst
2+
.. include:: /include/include-l2.rst
3+
.. include:: /include/include-throttles.rst
4+
**********
5+
DCC-EX CAB
6+
**********
7+
8+
|SUITABLE| |conductor| |tinkerer| |engineer| |support-button|
9+
10+
.. image:: /_static/images/throttles/icon_android.png
11+
:alt: Android Logo
12+
:scale: 30%
13+
:align: left
14+
15+
.. image:: /_static/images/throttles/icon_ios.png
16+
:alt: iOS Logo
17+
:scale: 30%
18+
:align: left
19+
20+
This is an Android and iOS App. One of the major benefits of DCC-EX CAB is that it speaks the |DCC-EX Native Commands| natively. This means it is fast and can take advantage of some features that exist in the |EX-CS| not implemented in other APIs.
21+
22+
You can find it in the Google Play Store: `DCC-EX CAB Android App <https://play.google.com/store/apps/details?id=com.gothicmaestro.dccexcab>`_ |EXTERNAL-LINK|
23+
24+
You can find it in the Apple App Store: `DCC-EX CAB iOS App <https://apps.apple.com/us/app/dcc-ex-cab/id6695754417?uo=2>`_ |EXTERNAL-LINK|
25+

docs/throttles/software/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Android (Phones and Tablets)
2323
- :doc:`Cab Engineer: DCC Throttle (Andriod) <cab-engineer>`
2424
- :doc:`DigiTrainsPro (Android, iOS, Windows) <digitrainspro>` *- Requires JMRI*
2525
- :doc:`RtDtive DCC++ (Android) <rtdrive-dccpp>`
26+
- :doc:`DCC-EX CAB (iOS and Android) <dccex-cab>`
2627

2728
Apple iOS (Phones and Tablets)
2829
------------------------------
@@ -34,6 +35,7 @@ Apple iOS (Phones and Tablets)
3435
- :doc:`Train Driver (iOS) <train-driver>`
3536
- :doc:`Train Throttle (iOS) <train-throttle>`
3637
- :doc:`TrainNavigator (iOS) <trainnavigator>`
38+
- :doc:`DCC-EX CAB (iOS and Android) <dccex-cab>`
3739
- :doc:`WiThrottle (iOS)<withrottle>`
3840

3941
Personal Computers
@@ -57,6 +59,7 @@ Note: The Android throttle apps listed above can be made to made to run on Windo
5759
jmri
5860
Cab Engineer: DCC Throttle (Android) <cab-engineer>
5961
DCCpp CAB (android) <dccpp-cab>
62+
DCC-EX CAB (Android and iOS) <dccex-cab>
6063
DCC++ Throttle (android) <dccpp-throttle>
6164
DigiTrainsPro (Android, iOS, Windows) <digitrainspro>
6265
Locontrol (iOS) <locontrol>

docs/throttles/throttle_table.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,20 @@
235235
-
236236
-
237237

238+
* - :doc:`DCC-EX CAB <software/dccex-cab>`
239+
- Paid
240+
- WiFi
241+
- Native
242+
- App
243+
-
244+
-
245+
- X
246+
- X
247+
-
248+
-
249+
-
250+
- X
251+
238252
* - :doc:`DccExController <hardware/dccexcontroller>`
239253
- Free
240254
- WiFi

0 commit comments

Comments
 (0)