01-31-2007 09:40 AM - edited 01-31-2007 09:40 AM
The target in the project in this case is your cRIO controller (cRIO-900x). In the LabVIEW project, each platform that can run a LabVIEW VI, such as your Windows computer, the RT processor on cRIO and the FPGA on cRIO, are considered separate targets.
You can right-click these targets in the project and change their specific properties. See the following images.
Message Edited by Christian L on 01-31-2007 09:41 AM
01-31-2007 10:59 AM
02-02-2007 02:08 AM
02-02-2007 09:38 AM
09-04-2008
10:54 AM
- last edited on
01-11-2025
06:40 PM
by
Content Cleaner
Maybe someone can help me with this one:
I have LV 8.2.1 and a cRIO 9004, and I want to monitor the RT executable with a webbrowser.
I follow every step in this documation:
http://digital.ni.com/public.nsf/allkb/7FEE6BCFD264175C8625723E000D928E
I enable the webserver, build the application, set it as startup and deploy it to the RT target.
Then I create the html file and copy it to the C:\ni-rt\system\www folder.
After the reboot I want to connect to the RT with a browser, but im always getting a connection timeout error.
It looks like the webserver is not running properly (I can ping the cRIO).
Is there anything I'm not doing properly?
Many thanks in advance