epics-motor / motorNewport

EPICS motor drivers for Newport controllers
4 stars 6 forks source link

Transform record support #4

Closed domitto closed 1 year ago

domitto commented 3 years ago

Hi, I'm trying to use the iocs/NewportIOC example but I'm getting $(P)$(R)_tweak is of an unknown type transform from the XPSAuxAo.db file. I tried to grep for calcSupport.dbd or transformRecord.dbd in the motor module but I couldn't find it being included anywhere. Is it somehow being included indirectly or are we missing an include?

MarkRivers commented 3 years ago

The transform record comes from the calc module, but the motor module does not have calc as a dependency. “Real” applications need to have calc as a dependency.