43 lines
1.7 KiB
Plaintext
43 lines
1.7 KiB
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta name="generator" content="HTML Tidy for HTML5 for Apple macOS version 5.8.0">
|
|
<title>JMRI Hardware Support - RailDriver Throttle Details</title>
|
|
<!--#include virtual="/help/en/parts/Style.shtml" -->
|
|
</head>
|
|
<body>
|
|
<!--#include virtual="/help/en/parts/Header.shtml" -->
|
|
|
|
<div id="mBody">
|
|
<!--#include virtual="Sidebar.shtml" -->
|
|
|
|
<div id="mainContent">
|
|
<h1>Hardware Support: RailDriver Throttle Details</h1>
|
|
|
|
<p>RailDriver support was first available in <a href=
|
|
"https://www.jmri.org/releasenotes/jmri2.1.7.shtml">JMRI 2.1.7</a>. It is still evolving, so
|
|
check back here or on the <a href="https://groups.io/g/jmriusers">JMRI users group</a> for
|
|
changes.<br>
|
|
<a href="images/RailDriver.gif"><img src="images/RailDriver.gif" class="floatRight" width=
|
|
"389" height="236" alt="RailDriver line drawing"></a></p>
|
|
|
|
<p>While we develop RailDriver support, it's primarily implemented via a <a href=
|
|
"https://www.jmri.org/jython/RailDriver.py">RailDriverThrottle.py</a> script. This lets users
|
|
easily edit it to customize to their desires while we sort out what's generally needed.</p>
|
|
|
|
<h2>Structure</h2>
|
|
|
|
<p>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.<br>
|
|
All three platforms provide the components in the same order.</p>
|
|
|
|
<p>Back to <a href="index.shtml">RailDriver help page</a></p>
|
|
<!--#include virtual="/help/en/parts/Footer.shtml" -->
|
|
</div>
|
|
<!-- closes #mainContent-->
|
|
</div>
|
|
<!-- closes #mBody-->
|
|
<script src="/js/help.js"></script>
|
|
</body>
|
|
</html>
|