08-26-2009 08:13 AM
Solved! Go to Solution.
08-27-2009 09:57 AM
Hi,
Make sure that you don't forget to deploy the build application by right clicking the build specifications and clicking 'deploy'. Also make sure you set it as a setup. Make sure that when you reboot the cRIO, the VI is running automatically. Also make sure your windows firewall is disabled. If you follow the guide you referred to step by step, everything should be fine and you should be able to connect. My guess is that your VI is not set to running automatically in the build specifications. Make sure that when you create the build specifications, while not only specifying 'set as startup', to also specify the startup VI in the source files item of its properties.
What is your configuration of your niwebserver.conf file ?
Regards,
Aurélien J.
National Instruments France
08-28-2009 01:56 AM
08-28-2009 09:41 AM
Hello Vincent,
What software do you have installed? If you did the minimal install it won't include the "Webserver for LabVIEW RT 2.0.0" Component which you will need to have installed.
You should be able to see if it is installed in MAX. If it isn't there try installing a software set that includes it or add it using the custom install option.
Sebastian
08-31-2009 11:04 AM
Hi Sebastian,
09-01-2009 08:25 AM
Hei
Exactly the same problem for me, no web server after installation of LV2009 and NI-RIO 3.2.1. (default package). Everything else functions flawless. (development system, my remote autorun VIs and a TCP based remote command system for host communication)
The hardware is a 9012 and the system is built and set to "run as startup".
A reinstall of NI-RIO 3.2.1 with reformat of the 9012 disk did not help. I have tried a lot of options in the web server property tab (default command is missing in LV2009?) and a lot of hot and coldstarts of the cRIO.
Checking the ports of the cRIO shows no service at port 80!
How do I verify that the webserver actually is running on the cRIO, any logs that can be viewed?
This seems to be due to the update of LV and NI-RIO. The webserver was operating on the same device with LV 8.6 and an earlier version of NI-RIO.
Jan
09-02-2009 10:06 AM
You can look in the system manager (Tools » Distributed System Manager) to see if your web service is running.
It will show up along with any shared variables that you have deployed.
Kurt
09-02-2009 10:39 AM
Yes, very strange.
Does the webserver work if you aren't running a startup application?
Sebastian
09-08-2009 07:23 AM
Hi,
Are you sure to follow all step of this document: How Do I Create a Remote Front Panel for Use on a Real-Time Target Executable?
Can you try to format your cRIO, make an new project with and empty VI with webserver, create executable with "run as startup"and deploy it. Your webserver must be online, after deploy your project.
It seems that webserver have a strange behaviour with LV2009.
Regards,
Aurélien J.
National Instruments France
09-14-2009 03:26 AM