|
Re: Deploying source code on the cRio.
If you run the same program several times, even with modifications, the environment uses the RAM VIs as cache and runs very quickly. But as you mentioned, when you reboot the cRIO, the RAM cache has to be rebuilt.
Once your code is complete or largely complete, you can transition to the Build and Run as Startup. This will boot the controller directly into your app on power-up.
Greg McKaskle
|