08-24-2009 11:47 PM
i have an exe which i deploy on crio and select a vi to run as startup vi during making the build
whenever i reboot the system the vi takes atleast 45 seconds to start..
what can be the reason for it?
Thanks.
Regards,
Ujjval
09-12-2013 12:52 PM
I am havng a similar problem. But mine takes around 3 to 4 minutes. It did not always take this long. This issue started about 2 months ago.
09-27-2013 09:07 AM
I believe that is just the nature of the cRIO which starts a deployed application. I haven't done hundreds of these, but the handful that I have built and worked on all take about 45-60 seconds to boot up and start running.
This is in the deployed, "run as start up" condition. When using in conjunction with the development environment it can take much less, depending on the size of your code, the number of changes, etc.
09-27-2013 09:11 AM
Spiyah, I didn't see the date on the original post. I haven't witnessed 3-4mins that I recall in the past. But more importantly, you mention that is has changed to that since about 2 months ago? That seems odd that it would change.
Are you loading some data file at the startup of your program that may be growing over time?
09-27-2013 10:36 AM
The Crio does not load any files. It does read about 30 network shared varaibles that are located on a network drive on startup.
09-29-2013 12:52 PM