View Single Post
  #13   Spotlight this post!  
Unread 11-02-2016, 13:26
aeastet aeastet is offline
Programming Mentor
AKA: Tim Easterling
FRC #6043 (Allegan Tigers Robotics)
Team Role: Coach
 
Join Date: Jan 2015
Rookie Year: 2011
Location: Holland, MI
Posts: 129
aeastet is an unknown quantity at this point
Re: Button not working, axis are.

OK As I started looking at your code I notice a few things:

You have two inputs going to each motor controller. For the first one called "ArmPivot" You have button 3 on the joystick controlling the first t/f vi. and you have you have button 1 controlling the second t/f vi. Are you sure that you are getting the expected result for both of these values?

Do you know how to use a probe int he software? That would tell you a lot about what is going on. If you probe them and pull the trigger then you should see the probe value to change and you will start to be able to troubleshoot what is going on.
Reply With Quote