Quote:
Originally Posted by propionate
As far as I know, there is no way to selectively save files to the cRIO's ROM.
If you want to run code on your robot while not tethered to a programming laptop, simply "Build" the code from the project explorer windows and "Run as Start-up." This will save the program in the cRIO's ROM and allow it to run at any time (at a tournament or otherwise).
|
Ok thank you.
Quote:
Originally Posted by Greg McKaskle
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
|
For example we ran the program before. We have xxx.Vi running.
We stopped and we ran again but with modifications in the xxx.VI file.
Will it overwrite it ?