02-09-2009 12:57 PM
I manipulate the "strings" property of a particular text ring progmatically. However, the changes cannot be seen on my computers remotely viewing the VI via Remote Panels and a web browser. The changes can be seen on the computer running the VI. Is this a known issue? Is there a work around?
I'm running LabVIEW v. 8.6
Does anyone know if there are any updates to this version? I've felt like I've been up against bugs in this particular labview version from day 1.
Thanks!
-nic
Solved! Go to Solution.
02-09-2009 01:00 PM
One of my co-workers ran into that issue and it turns out he was writting the string too early. he moved the update of the string to latter in the code and all was OK.
He said it had to do with the Web-service not being up and ready.
That's all I remeber of the top of my head.
Ben
02-09-2009 01:04 PM
Hi!
This pariticular RING string control is updated first thing when the VI launches.
Thanks Ben! I'll give that a try.
02-10-2009 12:33 PM
02-10-2009 12:35 PM