forked from epics_driver_modules/motorBase
- 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.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user