Log in

View Full Version : Cant download new projects to Crio


Stonemotmot
28-01-2012, 11:24
Hello, I am trying to do some version control in Windriver but I cant seem to make any of the new projects download. The origional project works but not the new ones. I have already tried switching the .out files but it still refuses to say I have Robot code despite the fact that it downloads fine.

ehochstein
28-01-2012, 13:24
Are you undeploying the code as well? Usually I undeploy code before I deploy new code in windriver. Also try restarting the robot before connecting it to the driver station.

Let me know if that works/you already tried it.

Method
28-01-2012, 18:18
We have the same issue- on two computers: we updated and it no longer works. I tried to re image the CRIO but it says that the image isn't at the following file path:

C:\Program Files (x86)\National Instruments\LabVIEW 2011\project\CRIO Tool/FRC Tools

This seems a coincidence when accompanied with the fact that there are two posts here about it... We also tried to re install everything.

ehochstein
28-01-2012, 18:40
Method, make sure you are installing everything in the correct order. I'll update this post with the c++ order when I get off of work tonight.

There are 3 mandatory updates for the NI FIRST Robotics Software 2012 and they should be installed in the following order:

LabVIEW Update
Utilities Update
Driver Station Update

updates can be found here
http://joule.ni.com/nidu/cds/view/p/id/2261/lang/en

Once you download and install these in the correct order you should have the file in FRC Tools. If not let me know.

Chiller
29-01-2012, 00:35
Method, make sure you are installing everything in the correct order. I'll update this post with the c++ order when I get off of work tonight.

**JAVA FTW**

WizenedEE
29-01-2012, 13:05
Make sure you have the START_ROBOT_CLASS macro in your program. You can get the "No robot code" error even if there's a (useless) .out file.