epics-modules / motor

APS BCDA synApps module: motor
https://epics-modules.github.io/motor/
20 stars 47 forks source link

Add prop(YES) to fields in motorRecord.dbd #198

Closed kmpeters closed 1 year ago

kmpeters commented 1 year ago

Add prop(YES) to fields in motorRecord.dbd that should generate DBE_PROPERTY callbacks.

This change would allow newer EPICS clients to update without closing & re-opening on PREC changes.

kmpeters commented 1 year ago

Outstanding questions to be addressed in the future: should fields like ACCL, BACC, FRAC, DLY, PCOF, ICOF, and DCOF have fixed precision? If so, what should the hard-coded precisions be?

kmpeters commented 1 year ago

Fixed by #202