diff --git a/README b/README index 520c8a35..6d88d9ed 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ Motor Record R6-2 Release Notice =============================================================================== The motor record software in this release is compatible with EPICS base -R3.14.8.2. +R3-14-9. Contents @@ -122,8 +122,8 @@ Modification Log from R6-1 to R6-2 File modified: NewportSrc/drvPM500.cc -2) Bug fix for OMS device support overwriting PID parameter fields during - normalization calculation. +2) A bug was introduced with R6-0. The OMS device support was overwriting PID + parameter fields during normalization calculation. File modified: OmsSrc/devOmsCom.cc @@ -149,6 +149,15 @@ Modification Log from R6-1 to R6-2 File modified: do_work() in motorRecord.cc +6) Joe Sullivan added support for Thorlabs Piezo Control Module, model MDT695. + + Directory added: motorApp/ThorLabsSrc + +7) Due to releasing R6-1 during Newport development, R6-1 can result in linker + errors on the symbol "xpsgathering". Newport users should upgrade to + R6-2. + + Modification Log from R6-0 to R6-1 ================================== diff --git a/documentation/motorRecord.html b/documentation/motorRecord.html index d0bc8183..99df6c5b 100644 --- a/documentation/motorRecord.html +++ b/documentation/motorRecord.html @@ -91,6 +91,9 @@ Channel support):
+ Newport PM500 Initialization Problem +
++ The PM500 driver was not issuing the correct command when it queried for the + number of axes at boot up. This resulted in a "PM500 system error" message on + the 1st axis. +
++ Overwritten PID Parameters +
++ A bug was introduced with R6-0; the OMS device support was overwriting PID + parameter fields during its' normalization calculation. +
++ Motor Position Initialization +
++ There was a bug in the logic that determines the precedence between using the + controller's or save/restore's motor position at boot-up. Negative controller + positions were not handled correctly. +
+ Newport Build Problem + ++ Due to releasing R6-1 during Newport development, R6-1 can result in linker + errors on the symbol "xpsgathering". Newport users should upgrade to R6-2. +
++ Thorlabs model MDT695 +
++ Joe Sullivan added support for Thorlabs Piezo Control Module, model MDT695. +
+