Real-Time Measurement and Control

cancel
Showing results for 
Search instead for 
Did you mean: 

building stand alone application using labview 8

Hello Friends,
I am using LabView version 8.
I am trying to deploy an application to cRIO-9002 controller so that it starts running whenever it is powered on.  I build and deploy the application and after rebooting it works fine. I can see this running when i try to connect to remote panel mentioning the IP address, VI name and port no.  from my host PC. The next time if i power on the controller and try to connect to the remote panel....a messege comes saying "Requested VI is not loaded into the memory of the sserver compter".
I want my application to run automatically whenever the controller is powered on. Please suggest where i am going wrong.
Regards 
0 Kudos
Message 1 of 2
(3,446 Views)
Hi Aswin Badiger,

It sounds like you are having some trouble with getting your remote front panel to work on your cRIO controller.  It's possible that the startup executable isn't working after your second reboot, since it seems like the controller loses its memory of the VI.  In your LabVIEW Project Explorer, make sure that you right-click the Real-Time Application that you built in the the Build Specifications and select "Set as startup".  To double check that your Real-Time startup executable is indeed running correctly each time, you may want to use the RT LEDs.vi found under Functions»Real-Time»Real-Time Utilities to blink the User1 LED on the cRIO 9002.  That way we know that the RT executable is starting everytime you boot up.  Also, when you run the Web Publishing tool, you may want to try transfering the html file that is created on your host machine down to the C:\ni-rt\system\www folder on the cRIO target by using FTP.  Let us know if this helps or if you have further questions.  Have a great day!

Thaison V
Applications Engineer
National Instruments

0 Kudos
Message 2 of 2
(3,431 Views)