Hi,
I have a UDT with a few tags. One tag runs a script and then writes the result to another tag. The result is a 2-element list of doubles. For some reason, it is not writing to the first element. I created another tag to debug and I write the string version of the list to it, which it does fine. What am I doing wrong here?
system.tag.write("[.]Check",str([Out[0],Out[1]]))
system.tag.write("[.]pOut",Out)