Copying tag values

wombat


Posted Aug 15, 2014, 3:16 pm
Using the command line editor, is there a way to set the value of one tag based on an existing value in another tag?
jamesrae


Posted Aug 16, 2014, 2:35 pm
The easiest way would be to list the tag details in a script, parse the line for the tag value into a variable and pass this to the update line in the script. The tag details are always shown even if empty so it shouldn't need complex error checking.

We can certainly help with the script if required, all we would need is the OS used.
wombat


Posted Aug 21, 2014, 7:35 pm
The OS I'm using is Windows 7.

Back