Skip to main content
14-Alexandrite
February 20, 2024
Question

Is there any good way to modify tag mappings with things.

  • February 20, 2024
  • 1 reply
  • 571 views

Hi, 

We had a problem where the either the channel name in kepware or the entire server name changed. This caused the existing bindings with the tags to be become unuseful.

 

Is there any way we can modify the bindings programmatically or do some kind of 'find and replace.

1 reply

Rocko
19-Tanzanite
February 20, 2024

You could try to iterate all RemoteThings and use their GetRemotePropertyBinding service to get the binding. You can use SetRemotePropertyBinding to change it.