03-04-2009 07:25 AM
In recent versions of LabVIEW (I believe it was put in in 8.2 or 8.5) you can simply mark your VI as reentrant and each remote panel client will get their own instance that they can control.
You would still need a license to be able to have more than 5 clients connected at a time. If you are going to make this available on the the internet you might need to do some load testing. If the VI's are very complicated having a lot of them running on the server at the same time might take some power.
Nathan
03-04-2009 08:40 AM
so trhere really is no way to make a webpage with the labview software that allows for more than one user to use the application at a time
thank you,
03-04-2009 11:38 AM
Harold Timmis wrote:so trhere really is no way to make a webpage with the labview software that allows for more than one user to use the application at a time
If you read Nathans answer again, it seems that if you make the Vi reentrant, each client will get a new instance that he can control independently.
I have not tried that.
03-06-2009 03:34 PM
03-07-2009
05:28 PM
- last edited on
04-18-2025
08:49 AM
by
Content Cleaner
Did you read the information on the remote panels page? Each license is for a single connection. You get five licenses with LabVIEW Professional (5 connections allowed) and 1 license with LabVIEW Full (1 connection allowed). Each client requires that the LabVIEW runtime be installed, though there is no charge for this.
For large numbers of connections, you might want to look at the web services option in 8.6. You would have to do some programming in another language.