forked from epics_driver_modules/motorBase
Added status update field (STUP).
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# FILENAME... motorRecord.dbd
|
||||
|
||||
# Version: $Revision: 1.10 $
|
||||
# Version: $Revision: 1.11 $
|
||||
# Modified By: $Author: sluiter $
|
||||
# Last Modified: $Date: 2003-06-05 15:54:08 $
|
||||
# Last Modified: $Date: 2003-12-12 21:38:17 $
|
||||
|
||||
# Experimental Physics and Industrial Control System (EPICS)
|
||||
|
||||
@@ -720,4 +720,10 @@ recordtype(motor) {
|
||||
special(SPC_MOD)
|
||||
interest(1)
|
||||
}
|
||||
field(STUP,DBF_MENU) {
|
||||
prompt("Status Update")
|
||||
menu(menuYesNo)
|
||||
pp(TRUE)
|
||||
interest(3)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user