Quote:
Originally Posted by keehun
You can not disconnect the computer to the robot if you want the cRio program to run. I'm not sure what the cause is and I don't know how it'll be at the competition.
|
There are two main ways to get your code on the cRIO using Labview. One way loads the program into the cRio's RAM and requires a connection be maintained with the host computer. The other way deploys the program into the cRio's flash memory and does not allow for a computer connection for front-panel debugging (the computer can still be connected for the dashboard).
To read more about these two methods and how to perform each see Chapter 5 of the
FRC Programming Guide specifically pages 5-6 and 5-7.