Added NTM Deadband Factor (NTMF) field.

This commit is contained in:
Ron Sluiter
2008-02-28 17:31:07 +00:00
parent 8b1975f3b9
commit 8c6e56ed4b
+10 -3
View File
@@ -1,8 +1,8 @@
# FILENAME... motorRecord.dbd
# Version: $Revision: 1.15 $
# Modified By: $Author: peterd $
# Last Modified: $Date: 2006-05-18 19:51:07 $
# Version: $Revision: 1.16 $
# Modified By: $Author: sluiter $
# Last Modified: $Date: 2008-02-28 17:31:07 $
# Experimental Physics and Industrial Control System (EPICS)
@@ -721,6 +721,13 @@ recordtype(motor) {
menu(menuYesNo)
initial("YES")
}
field(NTMF,DBF_USHORT) {
initial("2")
promptgroup(GUI_COMMON)
prompt("NTM Deadband Factor")
special(SPC_MOD)
interest(1)
}
field(HVEL,DBF_DOUBLE) {
prompt("Home Velocity (EGU/s)")
promptgroup(GUI_COMMON)