DecoderDB list
Not everyone can get an NMRA ID. For decoders without their own NMRA ID, ID 13 in CV8 (self-construction, DIY) is entered. However, a unique ID is necessary to uniquely identify a decoder.
We have created this list so that decoders with NMRA ID 13 can also be uniquely identified. The CVs 107 and 108 already provided for the 'Extended manufacturer identification' are used.
If you would like to have your own ID, please contact info(at)decoderdb.de
| Shortname | Name | NMRA ID | Addtolist | Homepage | Country |
|---|---|---|---|---|---|
| DecoderDB | DecoderDB | 13.256 | 01.08.2016 | www.decoderdb.de | |
| OpenCar | OpenCarSystem | 13.257 | 01.08.2016 | www.opencarsystem.de | |
| OpenDCC | OpenDCC | 13.258 | 14.09.2016 | www.opendcc.de | |
| S&K | Schwedes & Kuhn | 13.259 | 17.11.2016 | https://www.stummiforum.de/t140441f21-SUSI-Funktions-und-Servo-Controller-Familie.html | |
| moba-licht.de | moba-licht.de | 13.260 | 13.02.2017 | http://moba-licht.de/ | |
| sfx | sfx Engineering | 13.261 | 20.10.2019 | ||
| Beri | Beri | 13.262 | 02.01.2021 | ||
| MicroBahner | MicroBahner | 13.263 | 02.01.2021 | https://github.com/MicroBahner | |
| Fichtelbahn | Fichtelbahn | 13.264 | 02.01.2021 | www.fichtelbahn.de | |
| RTB | RTB | 13.265 | 20.06.2022 | https://rtb4dcc.de | |
| xDuinoRails | xDuinoRails | 13.266 | 07.12.2025 | https://github.com/xDuinoRails | |
| gab-k | gab-k | 13.267 | 17.12.2025 | https://github.com/gab-k |
More info
CVs 107 and 108 are treated as 16-bit big-endian values.
Calculation: CV107*256 + CV108
CVs 109-110 should be used for the extended firmware version if CV7 is not sufficient.
The hardware ID of the decoder should be stored in CV111.
The IDs start at 256 to avoid confusion with the IDs in CV8.
The type ‘int’ is defined as a 16bit-little-endian value. Therefore CV 108 is first in the group.
XML-Code CV107/108
<ct:cvGroup type="int" mode="ro"> <ct:cv number="108" type="byte" mode="ro"/> <ct:cv number="107" type="byte" mode="ro"/> </ct:cvGroup>
XML-Code CV907/908
<ct:cvGroup type="int" mode="ro"> <ct:cv number="908" type="byte" mode="ro"/> <ct:cv number="907" type="byte" mode="ro"/> </ct:cvGroup>