forked from epics_driver_modules/motorBase
Forgot to include HXP_extra.db in the last commit of changes to HXPDriver.cpp
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
grecord(mbbo,"$(P)$(R)CS") {
|
||||
field(DESC,"Coordinate System")
|
||||
field(DTYP, "asynInt32")
|
||||
field(OUT,"@asynMask($(PORT) $(CHAN) 0xFFFF)HXP_MOVE_COORD_SYS")
|
||||
field(ZRVL,"0")
|
||||
field(ZRST,"Work")
|
||||
field(ONVL,"1")
|
||||
field(ONST,"Tool")
|
||||
field(VAL, "0")
|
||||
field(PINI, "YES")
|
||||
}
|
||||
@@ -26,6 +26,7 @@ DB += XPSAuxBo.db
|
||||
DB += XPSAuxLi.db
|
||||
DB += XPSAuxLo.db
|
||||
DB += XPS_extra.db
|
||||
DB += HXP_extra.db
|
||||
DB += ACRAux.template
|
||||
DB += ACRAuxRead.template
|
||||
DB += ACRAuxLi.template
|
||||
|
||||
Reference in New Issue
Block a user