View Single Post
  #5   Spotlight this post!  
Unread 15-02-2011, 16:40
2611.Shooter 2611.Shooter is offline
Programmer
AKA: Andrew Lavery
FRC #2611 (Vectors)
Team Role: Programmer
 
Join Date: Jan 2011
Rookie Year: 2008
Location: jackson, MI
Posts: 43
2611.Shooter is infamous around these parts2611.Shooter is infamous around these parts
Re: Motor Help Please!

I am thinking this may be a programming problem. if the code for your robot is in begin.vi for labview, it will run once and then move on to the next vi, as determined by the main.vi code. move everything but the initialize commands and compressor code into the teleop.vi section of your code. of course, this is assuming you are using labview, and that your code is in begin!

hope this helps.