Quote:
Originally Posted by azureflame241
We used LabView to load the code on the robot, we used Robot Main.vi to load on the cRIO
|
Using robot main does not permanently place a copy of the compiled program onto the robot.
To do that, you need to use the project explorer, move to the bottom item "Build Specifications", and click the "+" symbol to expand it. Right click on the item that was revealed, then click "build". Once the build is complete, right click again and click "Run as startup". This will place your compiled code onto the cRIO so that it executes whenever the cRIO is powered on.