03-15-2005 08:18 PM
03-15-2005 09:48 PM
03-16-2005
07:52 AM
- last edited on
05-26-2025
04:30 PM
by
Content Cleaner
There's a property node in the 'VI Application' set called "Connections To Clients". This will give you an array of clusters of information about all the computer currently connected to the server. One of the elements in the array is string labeled "Remote", this is the IP of the connected computer.
To get this property, drop a property node from the 'Application Control' functions palette. This will be set to the 'Application' VI server class by default, which is what you want. Change the property to 'Remote Panel>Connections to Clients'. This will give you the array of clusters.
The number of elements in the array will tell you how many are currently connected to the server. But, unless you purchased extra Remote Licenses from NI, only one person at a time can connect. LabVIEW comes with a single license for the remote panel.
Ed

Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.03-16-2005 08:17 PM
03-17-2005 08:26 AM - edited 03-17-2005 08:26 AM

Message Edited by Ed Dickens on 03-17-2005 08:29 AM

Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.03-17-2005 08:33 PM
03-18-2005 09:45 AM

Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.03-18-2005 10:05 AM

Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.03-18-2005 08:45 PM
03-19-2005 07:12 AM

Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.