View Single Post
  #2   Spotlight this post!  
Unread 20-01-2012, 16:50
NeatNit's Avatar
NeatNit NeatNit is offline
Alumni Programmer
FRC #1577 (Steampunk)
Team Role: Teacher
 
Join Date: Sep 2011
Rookie Year: 2011
Location: Israel
Posts: 60
NeatNit is an unknown quantity at this point
Re: Real time application not built

There are two ways to run the code you've written. The fast way is to open Robot Main and just run it like any other LabView code. But this is only used for testing, because as soon as you turn off your robot, your code is gone.

The other way is through the Build Specification thing, which is what you tried to do. This way the code stays in the flash and is run every time you turn it on (until you format the cRIO or upload newer code). To do this, right-click on FRC Robot Boot-up Deployment from the Project window and click on Build. Allow it the time it needs to finish this process. Then, when it's done, make sure you're connected to the cRIO, and right-click it again but this time select Run as Startup.
Reply With Quote