FieldPoint Family

cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in runing CGI request at FP2000.

Hi,all

I have switched the G web server to run at FP2000. And i have put the CGI VIs into 'WWW' file of FP2000. Then,i want to call the CGI VI through ethernet by browse it in IE. But the IE just showed it is loading ,it seems no response from it . Can anyone help me to handle this problem?

Does FP2000 support G web server? IF yes, can i call the CGI VIs which is at FP2000 by using G web server? THANKS
0 Kudos
Message 1 of 6
(5,048 Views)
Hello barry28,

Unfortunately, the FP2000 does not support the G web server. This information can be located in the LabVIEW Real-Time Module User manual on page 1-6:
http://digital.ni.com/manuals.nsf/websearch/B24A54B2411CF9FC86256E40005C0673?OpenDocument&node=132090_US

Take care,
E.Lee
Eric
DE For Life!
Message 2 of 6
(5,040 Views)
Hi,E.Lee
Thanks for your telling.I need to do some secured login (user and password)for anyone who want to browse the web page through internet. And web page is employed at the built-in web server of FP2000. The login process would like to take process at the built-in web server of FP2000 too. Do you have any suggestion about this? THANKS
0 Kudos
Message 3 of 6
(5,025 Views)
Hello barry28,

I found a KnowledgeBase Article on different options you have for password protecting a remote front panel.
http://digital.ni.com/public.nsf/websearch/427FE409FB11575686256DFF0008BBE4?OpenDocument

I'm by no means an html expert, but there might be a way to add html code to the web page that is published that will allow secure login.

Hopefully this helps,
E.Lee
Eric
DE For Life!
Message 4 of 6
(5,011 Views)
Hi Lee
that program is really useful. But it is appeared another problem that i need to generate two URL by using web publishing tool becuase of two programs . One is for the login program,the another one is for the main VI for authorized client browsing. So, it cannt browse the main VI web page automatically after client has logined successful. Is there any VI that can read the URL,then go to browse the URL automatically? Or do u have any suggestion to solve such problem?
0 Kudos
Message 5 of 6
(4,993 Views)
The LabVIEW Web Server does not provide the functionality to access one VI and not the other. I would recommend integrating the password VI into your main VI.
Robert Mortensen
Software Engineer
National Instruments
0 Kudos
Message 6 of 6
(4,972 Views)