Updated index.html

This commit is contained in:
kpetersn
2019-04-17 15:50:42 -05:00
parent 78883155b5
commit 91c0b96a72
+48 -13
View File
@@ -45,20 +45,29 @@ the links in the table below: <br />
</tr>
<tr>
<td>Latest</td>
<td>R3.15.5-3.14.12.5</td>
<td>R3.15.6 or later</td>
<td><a href="https://github.com/epics-modules/motor/archive/master.zip">master.zip</a></td>
<td><a href="motorRecord.html">motorRecord.html</a></td>
<td><a href="motor_release.html">motor_release.html</a></td>
<td><a href="Problems.html">Problems</a></td>
<td><a href="https://github.com/epics-modules/motor/blob/master/docs/RELEASE.md">RELEASE.md</a></td>
<td><a href="https://github.com/epics-modules/motor/issues">github issues</a></td>
<td>n/a</td>
</tr>
<tr>
<td>R7-0</td>
<td>R3.15.6 or later</td>
<td><a href="https://github.com/epics-modules/motor/archive/R7-0.tar.gz">motorR7-0.tar.gz</a></td>
<td><a href="https://epics.anl.gov/bcda/synApps/motor/R7-0/motorRecord.html">motorRecord.html</a></td>
<td><a href="https://github.com/epics-modules/motor/releases/tag/R7-0">release notes</a></td>
<td><a href="https://github.com/epics-modules/motor/issues?utf8=%E2%9C%93&q=milestone%3AR7-0">github issues</a></td>
<td>tbd</td>
</tr>
<tr>
<td>R6-11</td>
<td>R3.15.5-3.14.12.5</td>
<td><a href="https://github.com/epics-modules/motor/archive/R6-11.tar.gz">motorR6-11.tar.gz</a></td>
<td><a href="https://epics.anl.gov/bcda/synApps/motor/R6-11/motorRecord.html">motorRecord.html</a></td>
<td><a href="https://epics.anl.gov/bcda/synApps/motor/R6-11/motor_release.html">motor_release.html</a></td>
<td><a href="https://epics.anl.gov/bcda/synApps/motor/R6-11/Problems.html">Problems</a></td>
<td><a href="https://github.com/epics-modules/motor/releases/tag/R6-11">release notes</a></td>
<td><a href="https://github.com/epics-modules/motor/issues?utf8=%E2%9C%93&q=milestone%3AR6-11">github issues</a></td>
<td>12/12/2018</td>
</tr>
<tr>
@@ -67,7 +76,7 @@ the links in the table below: <br />
<td><a href="https://github.com/epics-modules/motor/archive/R6-10-1.tar.gz">motorR6-10-1.tar.gz</a></td>
<td><a href="https://epics.anl.gov/bcda/synApps/motor/R6-10/motorRecord.html">motorRecord.html</a></td>
<td><a href="https://epics.anl.gov/bcda/synApps/motor/R6-10/motor_release.html">motor_release.html</a></td>
<td><a href="https://epics.anl.gov/bcda/synApps/motor/R6-10/Problems.html">Problems</a></td>
<td><a href="https://github.com/epics-modules/motor/issues?utf8=%E2%9C%93&q=milestone%3AR6-10-1">github issues</a></td>
<td>11/30/2017</td>
</tr>
<tr>
@@ -299,6 +308,33 @@ the links in the table below: <br />
<td><b>Required modules</b></td>
<td><b>Release needed</b></td>
</tr>
<tr>
<td>R7-0</td>
<td><a href="https://epics.anl.gov/modules/soft/asyn/">ASYN</a> &nbsp; <br />
<a href="https://github.com/epics-modules/ipac/wiki">IPAC</a> &nbsp;(for motorHytec &amp; VME-based serial and GPIB examples) <br />
<a href="https://github.com/epics-modules/lua">LUA</a> &nbsp;(for motorScriptMotor) <br />
<a href="https://github.com/epics-modules/modbus">MODBUS</a> &nbsp;(for motorAMCI IOCs)
</td>
<td>R4-35<br />
R2-15<br />
R1-3<br />
R2-11
</td>
</tr>
<tr>
<td>R6-11</td>
<td><a href="https://epics.anl.gov/modules/soft/asyn/">ASYN</a> &nbsp; <br />
<a href="https://github.com/epics-modules/ipac/wiki">IPAC</a> &nbsp;(for serial
or GPIB communication and Hytec support) <br />
<a href="https://github.com/epics-modules/lua">LUA</a> &nbsp;(for ScriptMotor support) <br />
<a href="https://github.com/epics-modules/modbus">MODBUS</a> &nbsp;(for IOCs using AMCI support)
</td>
<td>R4-33<br />
R2-15<br />
R1-3<br />
R2-11
</td>
</tr>
<tr>
<td>R6-10</td>
<td><a href="https://epics.anl.gov/modules/soft/asyn/">ASYN</a> &nbsp; <br />
@@ -568,28 +604,27 @@ different releases of EPICS and/or the other required modules are needed).
Create an installation directory for the module, usually this will end with
</li>
<pre><tt>.../support/motor/</tt></pre>
<pre><tt>.../support</tt></pre>
<li>
Place the distribution file in this directory. Then issue the commands (Unix
style)
</li>
<pre>gunzip motor&lt;rel&gt;.tar.gz<br />tar xvf motor&lt;rel&gt;.tar</pre>
<pre>tar xzvf motor&lt;rel&gt;.tar.gz</pre>
where &lt;rel&gt; is the release. For example.
<pre>motor4-1.tar.gz</pre>
<pre>motor-7-0.tar.gz</pre>
<li>
This creates a &lt;top&gt; application.
</li>
<pre>.../support/motor/motor&lt;rel&gt;</pre>
<pre>.../support/motor&lt;rel&gt;</pre>
<li>
Edit the <tt>config/RELEASE</tt> file and set the paths to your installation of
EPICS base (i.e., define SUPPORT and EPICS_BASE).
</li>
<li>
Edit&nbsp; .../support/motor/motor&lt;rel&gt;/motorApp/Makefile.&nbsp; Define
which device/driver modules to build.
Edit&nbsp; .../support/motor&lt;rel&gt;/modules/Makefile&nbsp; to comment out submodules that aren't needed.
</li>
<li>
Run <tt>gnumake</tt> in the top level directory and check for any compilation
@@ -609,7 +644,7 @@ different releases of EPICS and/or the other required modules are needed).
<hr width="100%" />
<br />
Page Last Modified: 05/01/2018 <br />
Page Last Modified: 04/17/2019 <br />
<i><a href="mailto:kmpeters@anl.gov">Kevin Peterson</a></i> <br />
<br />
<br />