From b1411823a2cae74e473d660fccf3a8023daa44cd Mon Sep 17 00:00:00 2001 From: kmpeters Date: Fri, 22 Mar 2013 18:04:23 +0000 Subject: [PATCH] Forgot to include HXP_extra.db in the last commit of changes to HXPDriver.cpp --- motorApp/Db/HXP_extra.db | 11 +++++++++++ motorApp/Db/Makefile | 1 + 2 files changed, 12 insertions(+) create mode 100644 motorApp/Db/HXP_extra.db diff --git a/motorApp/Db/HXP_extra.db b/motorApp/Db/HXP_extra.db new file mode 100644 index 00000000..076bcc87 --- /dev/null +++ b/motorApp/Db/HXP_extra.db @@ -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") +} diff --git a/motorApp/Db/Makefile b/motorApp/Db/Makefile index 08f77b0e..712a5c25 100644 --- a/motorApp/Db/Makefile +++ b/motorApp/Db/Makefile @@ -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