ChannelFinder / recsync

EPICS Record Synchronizor
Other
14 stars 24 forks source link

Info tags persist after recceiver restart with new configuration #92

Open jacomago opened 2 weeks ago

jacomago commented 2 weeks ago

Should be reproducible in the following ways:

Create recceiver with infotag (X) set to be updated in channelfinder.
Add IOC with PV with infotag X set to A
Channelfinder has PV with X=A
Reboot recceiver with  infotag X removed
Channelfinder has PV with X=A still even after IOC update

Create recceiver with infotag (X) set to be updated in channelfinder.
Add IOC with PV with infotag X set to A
Channelfinder has PV with X=A
Reboot IOC with PV with infotag X removed
Channelfinder has PV with X=A still

Possible solution is to set in recceiver to remove tags and properties from Channelfinder PVs if recceiver is the owner. (probably behind a configuration flag)

tynanford commented 2 weeks ago

Possible solution is to set in recceiver to remove tags and properties from Channelfinder PVs if recceiver is the owner. (probably behind a configuration flag)

+1 this seems like a nice feature