JMRI® connects to...
Pi Engineering RailDriver
Supported Hardware
Devices, command stations, networks, and protocols:
Applications
By the community of JMRI.org:
Tools
JMRI tools for working with your layout:
Layout Automation
Use JMRI to automate parts of your layout and operations:

JMRI Help:

Contents Index
Glossary FAQ

Donate to JMRI.org

Hardware Support: RailDriver Throttle Details

RailDriver support was first available in JMRI 2.1.7. It is still evolving, so check back here or on the JMRI users group for changes.
RailDriver line drawing

While we develop RailDriver support, it's primarily implemented via a RailDriverThrottle.py script. This lets users easily edit it to customize to their desires while we sort out what's generally needed.

Structure

Because jinput and the RailDriver provide different component names on Windows, macOS and Linux, the script is organized around the number (index) of the component, not its name.
All three platforms provide the components in the same order.

Back to RailDriver help page