LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

RemotePanel.ConnToServers property not returning results

Solved!
Go to solution

Hi!

 

I'm trying to detect remote panel connections to my labview app.  I have created the following snipped of code:

 

RemotePanel.ConnToServers.png

 

When I run this and then connect remotly with this other computer sitting next to me, the array remains blank.

 

I'm using LabVIEW 2009.  Any input greatly appreciated.

0 Kudos
Message 1 of 3
(2,776 Views)
Can you tell me more about your set up. Are you hostinging any remote panels on that computer? Are you using the embed, snapshot or monitor option? What Version Of LabVIEW are you using?
0 Kudos
Message 2 of 3
(2,750 Views)
Solution
Accepted by topic author hecmar.arreola

Turns out that particular property of the App reference will not get you remote panel connections.  Not sure what that particular property is used for.

 

The remote panel connections list is accessable through an Invoke node of a VI reference.  If you open a reference to the current VI, you can get a list of remote panel connections and make decisions based on this list:

 

Remote Panel Connections.png

 

-Nic

Message 3 of 3
(2,714 Views)