10-20-2015 08:57 AM
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???
10-20-2015 09:15 AM
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)
10-20-2015 10:26 AM
10-20-2015 10:49 AM
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).