cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Help us improve the PTC Community by taking this short Community Survey! X

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

VR_10133499
13-Aquamarine

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

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 1
Rocko
17-Peridot
(To:VR_10133499)

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

Top Tags