From 0750573a9aff8365aeed3694ec649a4b7ca6341f Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Thu, 29 Apr 2010 16:26:34 +0000 Subject: [PATCH] Update --- README | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README b/README index 6ac2fa72..f8ec00eb 100644 --- a/README +++ b/README @@ -133,6 +133,21 @@ Known Problems retry if retries are enabled. +Modification Log from R6-5 to R6-6 +================================== + +1) Aerotech Ensemble asyn motor driver would crash the IOC at boot-up if the + Ensemble was not power-ed up and able to communicate. + + Files modified: drvEnsembleAsyn.cc + +2) Aerotech Ensemble EOT limit switch status was not available except via an + Ensemble fault condition. With this release the status of the EOT + limit switches are always available. + + Files modified: drvEnsembleAsyn.cc; add Parameters.h + + Modification Log from R6-4 to R6-5 ==================================