03-22-2010 10:15 AM
Hi,
I am using LabVIEW 2009 to acces a program "Test.exe" in a server computer. I take it from the forums as it should be possible to bulid a Test.exe with Publishing Tool functionality so its panel can be accesed only with a browser from a client computer. This is how it is setup.
Server CPU (pesno111.company.se):
Labview Run time Engine 2009 SP1
Activated NI License manager
Everything installed from an Installer that also had NI Labview 2009 SP1 Deployable License
Then Test.exe is started and its Test.ini looks like this:
[Test]
server.app.propertiesEnabled=True
server.ole.enabled=True
server.tcp.serviceName="My Computer/VI Server"
server.vi.propertiesEnabled=True
postScriptLevel2=False
WebServer.Enabled=True
WebServer.RootPath=C:\Program Files\National Instruments\LabVIEW 2009
WebServer.TcpAccess="c+*"
WebServer.ViAccess="+*;-Power Spectrum Measurement.vi;-Power Spectrum Measurement.vi"
DebugServerEnabled=False
DebugServerWaitOnLaunch=False
The Test.html file (see attachment) is also placed on the server computers path C:\Program Files\National Instruments\LabVIEW 2009 .
I try to acces the Test.exe from a browser in the client computer with the following path http//pesno111.company.se/Test.html
but it doesnt work. Any ideas?
03-23-2010 03:05 AM
Hi Björkis
I would start by checking that I've followed the instructions in these two tutorials:
Remote Panels in LabVIEW -- Distributed Application Development
Developing Remote Front Panel LabVIEW Applications
Also, could be a good idea to look into if you are behind a firewall or proxy as this could cause a problem.
Best Regards
David
NISW