View Single Post
  #1   Spotlight this post!  
Unread 03-03-2015, 05:44 PM
Sparkyshires Sparkyshires is offline
Registered User
AKA: Michael Shires
FRC #0384 (Sparky)
Team Role: Programmer
 
Join Date: Jan 2012
Rookie Year: 2006
Location: Virginia
Posts: 226
Sparkyshires is an unknown quantity at this point
talon srx SetVoltageRampRate disabling motor controllers

Hello all,

So my team is using the talon srx motor controllers this year. I was attempting to use the SetVoltageRampRate function for autonomous, but when I put the lines in the motor controllers don't output anything at all! I've tried putting them in different sections of the code, nothing works. If you're interested, here's the code:
Code:
	FR->SetVoltageRampRate(6.0);
	FL->SetVoltageRampRate(6.0);
	RR->SetVoltageRampRate(6.0);
	RL->SetVoltageRampRate(6.0);
this is called once in the beginning of autonomous. I've also tried it with the value 1000, that does not work either :/ any suggestions?
__________________
"Measure with a micrometer, mark with chalk, cut with an axe."
Reply With Quote