Hi,
I have an ignition vision system where I am attempting to pass tags by reference to a popup window, so that I can send commands out after a confirmation click on the popup. Right now, I can pass parameters to the popup window with the tag path, where the tag path contains the string of the entire tag path. In the popup I can then dereference that string using system.tag.writeBlocking in a script. This works fine, it just seems a little clunky to me, and I was wondering if there is a better way to do this?
Thanks!