LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Remote Panel Access

I am using Labview 7.1. On Browser Access I allow the client to view and control the VI by check the "Allow viewing and controlling" radio buuton. But after click OK button, It always
go to "Deny Access".
 
Because of this I not able to get access from Client PC.
 
How can I fix this.
 
Thanks for the help.
Jey
0 Kudos
Message 1 of 8
(3,443 Views)
Hi Jey,

navigate in LV to Tools - Options - WebServer: Browser Access and change the settings to your point of view.
If you want to give every IP (every client) full access, add a "*" (without the apostrophes), check that the option "Allow Viewing and Controlling" is enabled and afterwards submit your settings with the add button.
Close the dialog with the ok button, restart LV and try it again...

BR,
ThSa
0 Kudos
Message 2 of 8
(3,435 Views)
Thanks Thomas, It works.
 
Also, How can I give access to .exe file?
 
 
0 Kudos
Message 3 of 8
(3,429 Views)
Please see the attached doc for the details.
 
 
Thanks
Jey
0 Kudos
Message 4 of 8
(3,424 Views)
Jey,
sorry for the late response. I didn't get a notification of your repost.
As the error report explains you have to load the VI into the memory of the host computer. It is not possible to control or view a VI/EXE remotely if it isn't loaded into the LabVIEW memory.
It is enough to open the VI/Exe.

Please read the following KB to get a hint for the remote access to an executable: http://digital.ni.com/public.nsf/websearch/CE910645DA1AAB2A86256B14006C8C98?OpenDocument

Hope this helps,
ThSa

Message Edited by ThSa on 11-14-2006 09:11 PM

0 Kudos
Message 5 of 8
(3,410 Views)
Thanks Thomas,
                       This document helped me to solve the issue.
The menu bar is  to be active in .exe file, otherwise I am not able to enable the web server configuration.
Am I right? Or is there is any other way to do this?
 
Thanks
Jey
0 Kudos
Message 6 of 8
(3,384 Views)
Hi,
that is absolutely right, but there is a simple workaround.
You have to build the executable with menubar enabled, but implement with VI server the functionality to disable the menubar solve the problem.

BR,
ThSa
0 Kudos
Message 7 of 8
(3,377 Views)
Thanks Thomas,
                        I appreciate for the help.
Jey
0 Kudos
Message 8 of 8
(3,373 Views)