diff --git a/docs/index.html b/docs/index.html index 2c436c6e..7dd31fcf 100644 --- a/docs/index.html +++ b/docs/index.html @@ -45,20 +45,29 @@ the links in the table below:
Latest - R3.15.5-3.14.12.5 + R3.15.6 or later master.zip motorRecord.html - motor_release.html - Problems + RELEASE.md + github issues n/a + + R7-0 + R3.15.6 or later + motorR7-0.tar.gz + motorRecord.html + release notes + github issues + tbd + R6-11 R3.15.5-3.14.12.5 motorR6-11.tar.gz motorRecord.html - motor_release.html - Problems + release notes + github issues 12/12/2018 @@ -67,7 +76,7 @@ the links in the table below:
motorR6-10-1.tar.gz motorRecord.html motor_release.html - Problems + github issues 11/30/2017 @@ -299,6 +308,33 @@ the links in the table below:
Required modules Release needed + + R7-0 + ASYN  
+ IPAC  (for motorHytec & VME-based serial and GPIB examples)
+ LUA  (for motorScriptMotor)
+ MODBUS  (for motorAMCI IOCs) + + R4-35
+ R2-15
+ R1-3
+ R2-11 + + + + R6-11 + ASYN  
+ IPAC  (for serial + or GPIB communication and Hytec support)
+ LUA  (for ScriptMotor support)
+ MODBUS  (for IOCs using AMCI support) + + R4-33
+ R2-15
+ R1-3
+ R2-11 + + R6-10 ASYN  
@@ -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 -
.../support/motor/
+
.../support
  • Place the distribution file in this directory. Then issue the commands (Unix style)
  • -
    gunzip motor<rel>.tar.gz
    tar xvf motor<rel>.tar
    +
    tar xzvf motor<rel>.tar.gz
    where <rel> is the release. For example. -
    motor4-1.tar.gz
    +
    motor-7-0.tar.gz
  • This creates a <top> application.
  • -
    .../support/motor/motor<rel>
    +
    .../support/motor<rel>
  • Edit the config/RELEASE file and set the paths to your installation of EPICS base (i.e., define SUPPORT and EPICS_BASE).
  • - Edit  .../support/motor/motor<rel>/motorApp/Makefile.  Define - which device/driver modules to build. + Edit  .../support/motor<rel>/modules/Makefile  to comment out submodules that aren't needed.
  • Run gnumake 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).

    -Page Last Modified: 05/01/2018
    +Page Last Modified: 04/17/2019
    Kevin Peterson