09-30-2009 04:05 PM
Hi!
I'm trying to detect remote panel connections to my labview app. I have created the following snipped of code:
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.
Solved! Go to Solution.
10-01-2009 06:33 PM
10-08-2009 12:53 PM
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:
-Nic