LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

php support

i want to make an login page using php script which run in labview server so i can access it remotly using labview web publishing tools...how can i do it???

0 Kudos
Message 1 of 4
(3,069 Views)

No. None of the LabVIEW Web Servers support the PHP scripting language.

 

 

You might be able to:

- Host a static login page that uses javascript/ajax to make an authentication request to a LabVIEW web service (e.g. via POST)

- Use the built-in authentication (I'm not too sure on the details, but I'm pretty sure there are options for locking down via VI Server)

- Use the built-in scripting language built into web services (it's called ESP)


LabVIEW Champion, CLA, CLED, CTD
(blog)
0 Kudos
Message 2 of 4
(3,060 Views)
Can i use a web page in android browser..instead of use in computer... Which is run by LabVIEW web publishing tools...??
0 Kudos
Message 3 of 4
(3,042 Views)

I believe if you use the 'snapshot image' option of the web publishing tool, you can access the page from any device as it just displays an image of your front panel.

 

If you use the full remote panel option, no, you can't use an android device as you need to install the run-time engine. You should look at using either the Data Dashboard or a WebSockets based implementation (e.g. LabSocket, implementing a websockets server).


LabVIEW Champion, CLA, CLED, CTD
(blog)
0 Kudos
Message 4 of 4
(3,029 Views)