forked from epics_driver_modules/motorBase
29 lines
733 B
Plaintext
29 lines
733 B
Plaintext
# Database for extra PVs for AMCI ANG1 controllers
|
|
|
|
record(bo,"$(P)$(R)ResetErrors") {
|
|
field(DESC,"Reset Errors")
|
|
field(PINI, "0")
|
|
field(VAL,"0")
|
|
field(DTYP, "asynInt32")
|
|
field(OUT,"@asyn($(PORT),$(ADDR))ANF2_RESET_ERRORS")
|
|
field(ZNAM, "Done")
|
|
field(ONAM, "Reset")
|
|
}
|
|
|
|
record(bo,"$(P)$(R)GetInfo") {
|
|
field(DESC,"Get Info")
|
|
field(PINI, "0")
|
|
field(VAL,"0")
|
|
field(DTYP, "asynInt32")
|
|
field(OUT,"@asyn($(PORT),$(ADDR))ANF2_GET_INFO")
|
|
}
|
|
|
|
# Reconfig isn't yet implemented in a generally-useful way
|
|
#record(longout,"$(P)$(R)Reconfig") {
|
|
# field(DESC,"Reconfig")
|
|
# field(PINI, "0")
|
|
# field(VAL,"0")
|
|
# field(DTYP, "asynInt32")
|
|
# field(OUT,"@asyn($(PORT),$(ADDR))ANF2_RECONFIG")
|
|
#}
|