Quote:
Originally Posted by nickmagus
Has anyone else encountered the error that when you download code the code does not change. I usually have to download code 4-5 times before the code actually changes on the cRIO. Does anyone know whats up with that?
|
If you download to the cRIO's flash, you have to reboot it in order for the fresh copy of the code to be run. If you download to RAM, it should run immediately.
(If you are experimenting with both LabVIEW and C++ programs, you might accidentally end up with two different programs running simultaneously, with obvious confusion. Don't do that.)