LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Text Ring "strings" property updated, but cannot see on Remote Panel

Solved!
Go to solution

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

0 Kudos
Message 1 of 5
(2,906 Views)
Solution
Accepted by topic author hecmar.arreola

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

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 2 of 5
(2,905 Views)

Hi!

 

This pariticular RING string control is updated first thing when the VI launches.

 

Thanks Ben!  I'll give that a try.

0 Kudos
Message 3 of 5
(2,903 Views)
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 4 of 5
(2,870 Views)
Yeah .  That worked.  I haven't worked it into my code yet, but the VI automatically runs (it is compiled).  If I start and then re-start the VI after the LabVIEW 8.6 runtime has already loaded w/ the web server running, then the text ring has the correct options (which were assigned progmatically).
Message 5 of 5
(2,868 Views)