09-18-2015 12:36 AM
I want to run my labview exe in Internet Explorer. I just want to know whether this is possible or not. If sombody knows please guild me on this..
09-18-2015 12:45 AM
09-18-2015 03:55 AM
Thanks for your reply.. I am not looking for remote panel methed. My requirement is labview exe file should run in the internet explorer window whenever we double click on it. is this possible?
09-18-2015 04:26 AM
No. Internet Explorer is for displaying web pages and LabVIEW produces executables which run on your computer. Can you load any other applications (executables?) into Internet Explorer? No...
Maybe in the future it will be possible (look at the Web UI builder) but certainly not in current versions of LabVIEW, Remote Front Panels are the closest thing that is currently available. You can put an Internet Explorer control into a LabVIEW front panel, however.
You can also create webpages which communicate with a LabVIEW application (see the WebSockets link in my signature).
09-22-2015 02:57 PM
Exactly, what you describe does not make sense the way you are describing it. Now if you want to view a web page in IE, that has some way of getting or setting data, from a running EXE on a server, then there are some options, none of which are perfect.
Or you can do something custom where you read and write WebServer data and publish it to a custom Java script page.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord