From b5177bcac8a10c76ba0c7f6e5aad1eb2c2ce99da Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Mon, 24 Apr 2006 20:09:12 +0000 Subject: [PATCH] R5-9 --- documentation/motorRecord.html | 13 ++-- documentation/motor_release.html | 100 ++++++++++++++++++++++++++++++- 2 files changed, 107 insertions(+), 6 deletions(-) diff --git a/documentation/motorRecord.html b/documentation/motorRecord.html index 4b2a9895..7dfb9aa3 100644 --- a/documentation/motorRecord.html +++ b/documentation/motorRecord.html @@ -2,7 +2,7 @@ - + Motor Record and related software @@ -37,9 +37,9 @@ -

Overview

This documentation describes version 5.8 of the EPICS motor +

Overview

This documentation describes version 5.9 of the EPICS motor record, and related EPICS software required to build and use it.  Version -5.8 of the motor record is compatible with EPICS base R3.14.8.2 and above. +5.9 of the motor record is compatible with EPICS base R3.14.8.2 and above.

The motor record is intended to support motors of all kinds, but currently supports only the following variety of motor controllers (in addition to Soft @@ -48,7 +48,7 @@ Channel support):

The record maintains two coordinate systems for motor position ("user" and "dial " coordinates); displays drive and readback values; enforces limits to motor diff --git a/documentation/motor_release.html b/documentation/motor_release.html index b367509a..4ae29671 100644 --- a/documentation/motor_release.html +++ b/documentation/motor_release.html @@ -5,12 +5,110 @@ - EPICS Motor Record Release R5.8 Notice + EPICS Motor Record Release R5.9 Notice + +
+

Motor Record Version 5.9 Release Notice

+
+ +
+Requirements
+
+EPICS base R3.14.8.2 or greater.  See the "Required Modules" section of the +Motor Record web page for details.
+ + +
+

Modifications to Existing Features

+
+ +
+

+ Soft Motor allocation limit +

+

+ Peter Denison (Diamond Light Source) enhanced the Soft Channel device support by + eliminating the 50 soft motor limit and replacing it with an unlimited linked list. +

+
+ + +
+

New Features

+
+ +
+

+ All motors done/stop/moving utility +

+

+ Kevin Peterson's (UNI-CAT) motorUtil task was added to the motor record + distribution. The motorUtil task monitors and maintains 3 PV's; $(P)alldone, $(P)allstop, + $(P)moving. motorUtil is a replacement for the all_com_##.db distributed with + the STD support module. See the motorUtil.db file for details. +

+ +

+ Asyn Motor +

+

+ Peter Denison (Diamond), Nick Rees (Diamond) and Mark Rivers (APS) have added a + new motor record device support architecture based on ASYN; called "asyn motor" + support. The asyn motor support is an attempt to define a clean, extensible + API for motor controller drivers to support. This is a preliminary release + of work in progress. Do not use asynMotor device support at this time, except + for development and testing purposes only. +

+ +

+ New Focus 8750 Network Controller +

+

+ Joe Sullivan added support for the New Focus Model 8750 Network Controller. +

+ +

+ Physik Instrumente (PI) E-662 piezo controller +

+

+ Joe Sullivan added support for the Physik Instrumente (PI) GmbH & Co. Model E-662 + piezo controller. +

+ +

+ Newport XPS-C8 asyn motor support +

+

+ Mark Rivers added asyn motor support for the Newport XPS-C8 motor controller. + This is a preliminary release of work in progress. However, it has fewer + problems than the previous XPS support, so we recommend using the new asyn + support for the XPS, with the understanding that it is still under development. +

+ +

+ Trajectory Scanning +

+

+ Mark Rivers added the Trajectory Scanning software for both the Newport MM4005 + and XPS-C8 motor controllers to the motor record distribution. +

+ +

+ OMS PC68 and PC78 support +

+

+ Brian Tieman and Ron Sluiter added support for the standalone, RS-232 versions + of the OMS PC68 and PC78 model controllers. The same device driver (OMS PC68/78) + supports both models. +

+
+ +

Motor Record Version 5.8 Release Notice