From 4679fbf1edc435b80800f597bb5f303a262df0e9 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Wed, 16 Aug 2000 19:09:06 +0000 Subject: [PATCH] - Fix for erroneous retries when target position is 1/2 way between two adjacent raw positions; round-off and subtraction errors; see README item #20. --- motorApp/MotorSrc/motorRecord.dbd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/motorApp/MotorSrc/motorRecord.dbd b/motorApp/MotorSrc/motorRecord.dbd index 376ad112..5ccc052a 100644 --- a/motorApp/MotorSrc/motorRecord.dbd +++ b/motorApp/MotorSrc/motorRecord.dbd @@ -1,8 +1,8 @@ # FILENAME... motorRecord.dbd -# Version: $Revision: 1.1 $ +# Version: $Revision: 1.2 $ # Modified By: $Author: sluiter $ -# Last Modified: $Date: 2000-02-08 22:18:43 $ +# Last Modified: $Date: 2000-08-16 19:09:06 $ # Experimental Physics and Industrial Control System (EPICS) @@ -265,7 +265,7 @@ recordtype(motor) { promptgroup(GUI_COMMON) interest(1) } - field(RES,DBF_FLOAT) { + field(RES,DBF_DOUBLE) { prompt("Step Size (EGU)") special(SPC_NOMOD) interest(1)