01-25-2016 03:28 AM
Hi,
I try to view my application remotely via Web Browser. When I run vi in Development mode there is no problem and I can view the Front panel and all updates.
When I compiled this vi to stand-alone application and update the "LVFPPVINAME" into html file (according the LabVIEW tutorials), I can't see the Front Panel of the stand-alone application.
Can anyone explain what I did wrong or send/attach a small example
Thanks a lot,
Alex Katsovich
P.S.
I am using LaVIEW 2012
01-25-2016 03:37 AM
What port have you configured the remote panel server to run on?
Have you made the modifications to the executable's INI file to add 'WebServer.Enabled=True'? There are some steps you need to follow according to this article.
You may also need to modify the VI server settings in the executable build specification.
01-25-2016 06:18 AM
Hi Sam,
Thank for you reply.
I tried everything but it's still not works. Show message "Requested vi not loaded into memory"
Thanks,
Alex
01-25-2016 06:59 AM
What about the steps here?
Have you tried to connect to the executable from LabVIEW itself (from tools -> connect to remote front panel) to determine if the problem is with the web-page trying to access the wrong server/VI versus the remote front panel server not working at all?
Of course, you need to make sure that the VI is open (but it doesn't have to be running) when you make the connection - but it looks like that is the case from your screenshot.
Also, in the executable, what are you using as the VI name? It's name will probably be different - something like Executable.exe:VI Name.vi rather than just VI Name.vi