forked from epics_driver_modules/motorBase
New file from Nia Fong at SLAC
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# Database for IMS
|
||||
|
||||
# send IMS S command to save parameters to NVM
|
||||
record(bo,"$(DEV):$(AREA):$(LOC):IMS_S") {
|
||||
field(DESC, "Ims Save to NVM")
|
||||
field(PINI, "NO")
|
||||
field(DTYP, "asynInt32")
|
||||
field(OUT, "@asyn($(PORT),$(ADDR),$(TIMEOUT))IMS_SAVETONVM")
|
||||
field(VAL, "0")
|
||||
field(ZNAM, "No")
|
||||
field(ONAM, "Yes")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user