LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Remote panel conection has been broken

I have an application that i would like to use remote panels with. the bulk of it is just an updating graph. It used to work fine with remote panels. Now i have extra y-axis scales that are made visable or not visable by using the property nodes. When i use remote panels with this version It says remote panel connection has been broken. Cpus are not loaded very badly and i made sure i have waits in all of my loops. Is there an issue with using property nodes and remote panels? I am really stumped. Works fine if I take the property nodes out and just make all y axis scales visable.
Thanks
0 Kudos
Message 1 of 5
(3,001 Views)
Hello,

The property nodes are not all supported with front panels. A majority of them are, but, occasionally there are problems using property nodes with remote panels. What is the exact property node that you are using? You mentioned that it worked fine previously, were you using property nodes then?

Danny G.
Applications Engineer
National Instruments
0 Kudos
Message 2 of 5
(3,001 Views)
I was using some property nodes before, buy many more were added. The new nodes used are,,,,
Waveform graph (ActYScl,YScaleMin,YScaleMax,YScaleInc)
Panel(Color)
Waveform graph (XScaleInc)
Waveform graph (ActYScl,YScale.Visible)
These are all of them, i use them several times however.
Any of these causing the problem you think?
0 Kudos
Message 3 of 5
(3,001 Views)

I looked into all the property nodes that you are using and all are supported, however I also unearthed some more info about property nodes and remote front panels. Property nodes need to be used sparingly when using remote panels because it can cause a data overflow on the server side and disconnect all clients from it. Click here for more remote panel info. Look under Minimizing the Amount of Advanced Communication. Have a great day.

0 Kudos
Message 4 of 5
(3,001 Views)
well that must be the issue. In addition to many property nodes, My display is a very large waveform graph, that needs to display all points. Guess ill try and take out as much as i can. Thanks for the link,
Dave
0 Kudos
Message 5 of 5
(3,001 Views)