archiver-appliance / epicsarchiverap

This is an implementation of an archiver for EPICS control systems that aims to archive millions of PVs.
Other
38 stars 37 forks source link

"Changing archival parameters" feature does not support changing controllingPV #222

Closed wanglin86769 closed 3 months ago

wanglin86769 commented 3 months ago

According to the MGMT UI and the following link, it seems that changing controllingPV is not supported when changing archival parameters. https://slacmshankar.github.io/epicsarchiver_docs/api/org/epics/archiverappliance/mgmt/bpl/ChangeArchivalParamsAction.html

Will changing controllingPV be supported in future releases? Is there any workaround if I want to change a PV's controllingPV now?

jacomago commented 3 months ago

No current plans for developing this feature. Workaround is to delete the pv (without deleting it) then readd it.

Happy to accept pull requests implementing the feature.

wanglin86769 commented 3 months ago

Thanks for the quick response.