LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I develope a remote panel Log-in VI and create a VI which checks passwords input at the Log-in VI?

Im really not sure how the passwords/(IP addresses) will be checked??
Also could I develope a log-in html page and coonnect it to a VI that checks the passwords?
0 Kudos
Message 1 of 2
(2,420 Views)
There is two things that you will need to do to achieve this. First you will have to create a vi that will run on the host machine that will have a login when started. This will be run anytime the vi is started on the host machine. Remote machines will have to somehow run through the login everytime they connect. You will have to create a server type application that will authenicate the connections everytime the connection is made.

Second step is to configure your webserver. The first thing that you can do is under tools>>options you can select webserver browser access. This will allow you to allow or not allow ip addresses. You also can use the webserver visible vi's to all only vi's to be displayed remotely. Maybe incorporate this with your login. Hope
this helps.
BJD1613

Lead Test Tools Development Engineer

Philips Respironics

Certified LV Architect / Instructor
0 Kudos
Message 2 of 2
(2,420 Views)