Log in

View Full Version : cRIO help- storing programs


akavoor13
19-02-2013, 13:37
Hi all,

We are the Double X team from NYC. This is our rookie year with FRC.

Could anyone help us out with the cRIO? How do you store programs on the cRIO, without having to deploy the program each time you run it?


Thanks,
Double X Programmers

Mark McLeod
19-02-2013, 14:18
On the Project Explorer window...
All the way at the bottom of the list of folders you'll see
Build specifications -> FRC Robot Boot-up Deployment

By right-clicking on FRC Robot Boot-up Deployment you'll get a pop-up menu.
Choose "Build" and wait a few minutes for it to compile.

Power up the robot and connect to it.

Then right-click on FRC Robot Boot-up Deployment again for the menu.
Choose "Run as startup"
It'll take a few minutes to get your code onto the cRIO permanently.

akavoor13
19-02-2013, 17:38
Thank you!