LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

labview on a DNS

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

Message 11 of 15
(988 Views)

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,

Harold Timmis
htimmis@fit.edu
Orlando,Fl
*Kudos always welcome:)
0 Kudos
Message 12 of 15
(985 Views)

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.

Message 13 of 15
(972 Views)
  so if i buy the remote panels does that mean only 5 people can go on the website? or does that mean i can only have 5 VI Panels on the website? what if i have 60 people using this application over the internet?
Harold Timmis
htimmis@fit.edu
Orlando,Fl
*Kudos always welcome:)
0 Kudos
Message 14 of 15
(951 Views)

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.

Message 15 of 15
(923 Views)