forked from epics_driver_modules/motorBase
Updated the version number in motorRecord.cc and documentation
This commit is contained in:
+27
-5
@@ -50,13 +50,22 @@ the links in the table below: <br />
|
||||
<td><a href="https://github.com/epics-modules/motor/issues">github issues</a></td>
|
||||
<td>n/a</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>R7-3</td>
|
||||
<td>R3.15.7 or later</td>
|
||||
<td><a href="https://github.com/epics-modules/motor/archive/R7-3.tar.gz">motorR7-3.tar.gz</a></td>
|
||||
<td><a href="https://epics.anl.gov/bcda/synApps/motor/R7-3/motorRecord.html">motorRecord.html</a></td>
|
||||
<td><a href="https://github.com/epics-modules/motor/releases/tag/R7-3">release notes</a></td>
|
||||
<td><a href="https://github.com/epics-modules/motor/issues?utf8=%E2%9C%93&q=milestone%3AR7-3">github issues</a></td>
|
||||
<td>2023-05-23</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>R7-2</td>
|
||||
<td>R3.15.7 or later</td>
|
||||
<td><a href="https://github.com/epics-modules/motor/archive/R7-2-1.tar.gz">motorR7-2-1.tar.gz</a></td>
|
||||
<td><a href="https://epics.anl.gov/bcda/synApps/motor/R7-2-1/motorRecord.html">motorRecord.html</a></td>
|
||||
<td><a href="https://github.com/epics-modules/motor/releases/tag/R7-2-1">release notes</a></td>
|
||||
<td><a href="https://github.com/epics-modules/motor/issues?utf8=%E2%9C%93&q=milestone%3AR7-2-1">github issues</a></td>
|
||||
<td><a href="https://github.com/epics-modules/motor/archive/R7-2-2.tar.gz">motorR7-2-2.tar.gz</a></td>
|
||||
<td><a href="https://epics.anl.gov/bcda/synApps/motor/R7-2-2/motorRecord.html">motorRecord.html</a></td>
|
||||
<td><a href="https://github.com/epics-modules/motor/releases/tag/R7-2-2">release notes</a></td>
|
||||
<td><a href="https://github.com/epics-modules/motor/issues?utf8=%E2%9C%93&q=milestone%3AR7-2-2">github issues</a></td>
|
||||
<td>2020-05-13</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -324,6 +333,19 @@ the links in the table below: <br />
|
||||
<td><b>Required modules</b></td>
|
||||
<td><b>Release needed</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>R7-3</td>
|
||||
<td><a href="https://epics.anl.gov/modules/soft/asyn/">ASYN</a> <br />
|
||||
<a href="https://github.com/epics-modules/ipac/wiki">IPAC</a> (for motorHytec & VME-based serial and GPIB examples) <br />
|
||||
<a href="https://github.com/epics-modules/lua">LUA</a> (for motorScriptMotor) <br />
|
||||
<a href="https://github.com/epics-modules/modbus">MODBUS</a> (for motorAMCI IOCs)
|
||||
</td>
|
||||
<td>R4-41+<br />
|
||||
R2-16<br />
|
||||
R3-0<br />
|
||||
R3-2
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>R7-2</td>
|
||||
<td><a href="https://epics.anl.gov/modules/soft/asyn/">ASYN</a> <br />
|
||||
@@ -685,7 +707,7 @@ different releases of EPICS and/or the other required modules are needed).
|
||||
|
||||
<hr width="100%" />
|
||||
<br />
|
||||
Page Last Modified: 2020-05-14 <br />
|
||||
Page Last Modified: 2023-05-23 <br />
|
||||
<i><a href="mailto:kmpeters@anl.gov">Kevin Peterson</a></i> <br />
|
||||
<br />
|
||||
</body>
|
||||
|
||||
+13
-13
@@ -35,9 +35,9 @@
|
||||
</ul>
|
||||
<a name="Overview"></a>
|
||||
|
||||
<h2>Overview</h2> This documentation describes version R7-2-1 of the EPICS motor
|
||||
<h2>Overview</h2> This documentation describes version R7-3 of the EPICS motor
|
||||
record, and related EPICS software required to build and use it. Version
|
||||
R7-2-1 of the motor record is compatible with EPICS base R3.15.7 and above.
|
||||
R7-3 of the motor record is compatible with EPICS base R3.15.7 and above.
|
||||
<p>
|
||||
The motor record is intended to support positioning motors of all kinds, but currently
|
||||
supports motor controllers from the following manufacturers:
|
||||
@@ -45,7 +45,7 @@ supports motor controllers from the following manufacturers:
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
ACS Motion Control: <a href="https://github.com/epics-motor/motorAcsTech80">motorAcsTech80</a>
|
||||
ACS Motion Control: <a href="https://github.com/epics-motor/motorAcsMotion">motorAcsMotion</a> & <a href="https://github.com/epics-motor/motorAcsTech80">motorAcsTech80</a>
|
||||
</li>
|
||||
<li>
|
||||
Advanced Control Systems, Corp: <a href="https://github.com/epics-motor/motorAcs">motorAcs</a>
|
||||
@@ -62,15 +62,9 @@ supports motor controllers from the following manufacturers:
|
||||
<li>
|
||||
attocube systems: <a href="https://github.com/epics-motor/motorAttocube">motorAttocube</a>
|
||||
</li>
|
||||
<li>
|
||||
Delta Tau: <a href="https://github.com/epics-motor/motorDeltaTau">motorDeltaTau</a>
|
||||
</li>
|
||||
<li>
|
||||
Faulhaber: <a href="https://github.com/epics-motor/motorFaulhaber">motorFaulhaber</a>
|
||||
</li>
|
||||
<li>
|
||||
Hytec: <a href="https://github.com/epics-motor/motorHytec">motorHytec</a>
|
||||
</li>
|
||||
<li>
|
||||
Kohzu: <a href="https://github.com/epics-motor/motorKohzu">motorKohzu</a>
|
||||
</li>
|
||||
@@ -89,12 +83,21 @@ supports motor controllers from the following manufacturers:
|
||||
<li>
|
||||
Newport: <a href="https://github.com/epics-motor/motorNewport">motorNewport</a>
|
||||
</li>
|
||||
<li>
|
||||
Newwood Solutions Ltd (formerly Hytec): <a href="https://github.com/epics-motor/motorHytec">motorHytec</a>
|
||||
</li>
|
||||
<li>
|
||||
Novanta IMS (formerly Schneider Electric (formally IMS)): <a href="https://github.com/epics-motor/motorIms">motorIms</a>
|
||||
</li>
|
||||
<li>
|
||||
Micronix: <a href="https://github.com/epics-motor/motorMicronix">motorMicronix</a>
|
||||
</li>
|
||||
<li>
|
||||
nPoint: <a href="https://github.com/epics-motor/motorNPoint">motorNPoint</a>
|
||||
</li>
|
||||
<li>
|
||||
Omron Delta Tau: <a href="https://github.com/epics-motor/motorDeltaTau">motorDeltaTau</a>
|
||||
</li>
|
||||
<li>
|
||||
Oregon Micro Systems: <a href="https://github.com/epics-motor/motorOms">motorOms</a> & <a href="https://github.com/epics-motor/motorOmsAsyn">motorOmsAsyn</a>
|
||||
</li>
|
||||
@@ -110,9 +113,6 @@ supports motor controllers from the following manufacturers:
|
||||
<li>
|
||||
piezosystem jena GmbH: <a href="https://github.com/epics-motor/motorPiJena">motorPiJena</a>
|
||||
</li>
|
||||
<li>
|
||||
Schneider Electric (formally IMS): <a href="https://github.com/epics-motor/motorIms">motorIms</a>
|
||||
</li>
|
||||
<li>
|
||||
SmarAct GmbH: <a href="https://github.com/epics-motor/motorSmarAct">motorSmarAct</a>
|
||||
</li>
|
||||
@@ -3666,6 +3666,6 @@ specific value (e.g., kV) that is not supported by the motor controller. <br>
|
||||
<hr>
|
||||
<address>Suggestions and comments to:</address> <br>
|
||||
<a href="mailto:kmpeters@anl.gov">Kevin Peterson</a> : (kmpeters@anl.gov) <br>
|
||||
Last modified: 2020-05-14
|
||||
Last modified: 2023-05-23
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -193,7 +193,7 @@ USAGE... Motor Record Support.
|
||||
* .79 21-11-22 jrh - Added raw limits, sync limits on motor resolution change
|
||||
*/
|
||||
|
||||
#define VERSION 7.2
|
||||
#define VERSION 7.3
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
Reference in New Issue
Block a user