send labview cod to your robot?

so how do you send the code you made on labview to your robot?

A. Have to ask is it, The FRC Robot Project file?

B. If yes, You have to go down to Build dependencies under the target and open up the tree for that.

C. Under that you should see a real-time app called FRC Robot Deployment

D. Right click ----> properties ----> Source Files

E. The only have the robot main.vi in startup

F. Add all others to Always included files

G. Hit okay

H. Right Click it again and then press build (it will take a while)

I. Once thats done Right click the RT app again and hit run on Startup

and that should do it.

http://www.usfirst.org/community/frc/content.aspx?id=10934

Check out the LabVIEW resources accessible in the above website. I would strongly encourage you to go through these tutorials to understand the syntax and get started with LabVIEW. In regards to your query, you’ll specifically want to learn the difference between running an app by clicking on the run arrow on your PC and building/deploying/run as startup. You don’t need to change your code at all but these have VERY different results.

Russ

Thanks for the quick reply and the link.:slight_smile: