04-11-2012 05:30 AM
I test a model in local host.
When I have a network cable connected to my PC indicator graph is updated but if I disconnect there is nothing. The indicator graph is not updated but stay frozen.
So if I look at the values with a digital indicator while continuing to work.
This is a bug?!
Labview 2011 SP1 & VeriStand 2011
Solved! Go to Solution.
04-11-2012 09:29 AM
This is indeed a bug. I filed CAR 348534 against it for further investigation. The Workspace Graphs get their data through UDP network communication, which easily allows broadcasting high throughput data to multiple clients. Other indicators and controls use other means for sending and receiving data. Apparently UDP sessions are not working properly without a network present, even though the communication is all targeted to the same machine.
04-11-2012 08:49 PM
04-12-2012 02:21 AM
04-12-2012 09:44 AM
Thanks Jiri! I couldn't find the thing