Thread: frc programming
View Single Post
  #5   Spotlight this post!  
Unread 20-12-2012, 12:55
Kevin Fort Kevin Fort is offline
Registered User
no team (Team NI)
 
Join Date: Dec 2012
Rookie Year: 2002
Location: Cleveland OH
Posts: 21
Kevin Fort is an unknown quantity at this point
Re: frc programming

Check out the LabVIEW tutorial on motor control here:https://decibel.ni.com/content/docs/DOC-14723. There are a lot of good getting started tutorials at ni.com/frc

To add a joystick you need to add code to initialize it and set it to a named refnum in Begin, add code to use it in Teleop (or periodic tasks) and add code to close it in Finish.
Reply With Quote