LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview Server and G web Server

We use a Labview Interface to run Hardware via the Internet. The problem is that we want to have a password and login to gain access to the interface. I don't know how to do it with the simple Labview Server, and the G web server does not accept embedded VIs.
0 Kudos
Message 1 of 2
(2,604 Views)
Math,

I think that the easiest way to do this is to add a new top layer to your VI that is two string controls, one for a login and one for a password. If this check passes, then you can either run your original VI as a subVI with the show front panel when called option on (and close if originally closed) or to have all of your original VI hidden and show it when the login passes. Both of these methods will be quick and simple to implement and will allow you to do what you would like through only the LabVIEW Web Server.

Randy Hoskin
Applications Engineer
National Instruments
http://www.ni.com/ask
0 Kudos
Message 2 of 2
(2,604 Views)