-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
70 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,6 +50,15 @@ <h2>Where to Find it</h2> You can download the software using | |
<td><a href="https://github.com/epics-modules/motor/issues">github issues</a></td> | ||
<td>n/a</td> | ||
</tr> | ||
<tr> | ||
<td>R7-1</td> | ||
<td>R3.15.6 or later</td> | ||
<td><a href="https://github.com/epics-modules/motor/archive/R7-1.tar.gz">motorR7-1.tar.gz</a></td> | ||
<td><a href="https://epics.anl.gov/bcda/synApps/motor/R7-1/motorRecord.html">motorRecord.html</a></td> | ||
<td><a href="https://github.com/epics-modules/motor/releases/tag/R7-1">release notes</a></td> | ||
<td><a href="https://github.com/epics-modules/motor/issues?utf8=%E2%9C%93&q=milestone%3AR7-1">github issues</a></td> | ||
<td>2019-08-13</td> | ||
</tr> | ||
<tr> | ||
<td>R7-0</td> | ||
<td>R3.15.6 or later</td> | ||
|
@@ -306,6 +315,19 @@ <h2>Required Modules</h2> | |
<td><b>Required modules</b></td> | ||
<td><b>Release needed</b></td> | ||
</tr> | ||
<tr> | ||
<td>R7-1</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-35<br /> | ||
R2-15<br /> | ||
R1-3<br /> | ||
R2-11 | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>R7-0</td> | ||
<td><a href="https://epics.anl.gov/modules/soft/asyn/">ASYN</a> <br /> | ||
|
@@ -641,7 +663,7 @@ <h2>Installation and Building</h2> After obtaining a copy of the distribution, | |
|
||
<hr width="100%" /> | ||
<br /> | ||
Page Last Modified: 2019-04-19 <br /> | ||
Page Last Modified: 2019-08-13 <br /> | ||
<i><a href="mailto:[email protected]">Kevin Peterson</a></i> <br /> | ||
<br /> | ||
</body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,9 +35,9 @@ <h2>Contents</h2> | |
</ul> | ||
<a name="Overview"></a> | ||
|
||
<h2>Overview</h2> This documentation describes version R7-0 of the EPICS motor | ||
<h2>Overview</h2> This documentation describes version R7-1 of the EPICS motor | ||
record, and related EPICS software required to build and use it. Version | ||
R7-0 of the motor record is compatible with EPICS base R3.15.6 and above. | ||
R7-1 of the motor record is compatible with EPICS base R3.15.6 and above. | ||
<p> | ||
The motor record is intended to support positioning motors of all kinds, but currently | ||
supports motor controllers from the following manufacturers: | ||
|
@@ -3623,6 +3623,6 @@ <h2>Design Decisions</h2> This section of the document is an attempt to record | |
<hr> | ||
<address>Suggestions and comments to:</address> <br> | ||
<a href="mailto:[email protected]">Kevin Peterson</a> : ([email protected]) <br> | ||
Last modified: 2019-04-19 | ||
Last modified: 2019-08-13 | ||
</body> | ||
</html> |