04-02-2010 07:05 AM
Hello All
I am almost confused with all methodology that Labview have to host the Top Level front panel in Web browser. My requirement is to Monitor and control the Front Panel from remote location using web browser, but without installing any LV Runtime engine in Client machine. Also I want to stream the Videos in same or different page. Which is the best way to do this?. Web-service or CGI
Thanks & Regards
Rigilkumar
04-02-2010 07:34 AM
Rigilkumar,
If you don't want to install the LV runtime engine, that rules out the remote front panels. However, you should still be able to build a web service to do what you want. This will be a bit more tedious because you'll have to build a thin client to have an interface with the web service. You can find an example of a thin client built in Adobe Flex here.
If you're looking at streaming video as well, I recommend you look over Streaming IMAQ Images Over a Network (or Internet)
Hope this helps,