I have a replicated element and I would like to stop the element on the source DMA, and then reuse the replicated element and update it to a locally managed element by disabling the replicate button.
Doing this allows me to reuse the element ID and thus retain data saved in the database by the replicated element.
Do you for see any issues with this?
Hi Christine,
This should be possible to do as described. As long as the protocol is not changed, there should not be much that goes wrong. However do keep in mind a replicated element does not store all data locally. AlarmInfo and Trending will be available. However elementData and DVEElementInfo or even loggertable data may be absent.
Kind regards,

Thank you