11-18-2010 05:33 PM
Hi All,
I have an application that needs to run over the web through browser access. I understand that there are couple of options available for this.
Can someone provide some guidelines and a brief 'How to' on doing this.
My application is already developed through LabVIEW 8.6.
Regards.
11-18-2010
06:19 PM
- last edited on
03-26-2024
09:25 AM
by
Content Cleaner
one option is remote panel
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000x3SaCAI&l=en-US
11-18-2010
06:22 PM
- last edited on
03-26-2024
09:25 AM
by
Content Cleaner
wanted to add there is cost involved if there is no LabVIEW installed on the PC where the application is running.
http://sine.ni.com/nips/cds/view/p/lang/en/nid/209051
11-19-2010
05:02 AM
- last edited on
03-26-2024
09:26 AM
by
Content Cleaner
Hi, for controlling a VI through the browser, you need to use G Web servers. Its fairly easy if you are going for simple control and all. You can incorporate all kinds of other options as well. You will need to download the internet tool kit though. A trial version is available here and here are a few links to get you started.
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P6WYSA0&l=en-US
If you only need VI access and control via browser, the process is very straight forward and you dont need to go through the SMTP and FTP stuff. Search LabVIEW help with keywords "controlling remotely" or "controlling vis" will give you a much more step by step explanation.
Other wise there are remote panels, way much easier to use but require that the client should have labview installed.
11-21-2010 04:19 PM
Thanks for the suddestions. I'll try them out and see how it goes.
Cheers.