View Single Post
  #30   Spotlight this post!  
Unread 21-03-2011, 15:41
techhelpbb's Avatar
techhelpbb techhelpbb is offline
Registered User
FRC #0011 (MORT - Team 11)
Team Role: Mentor
 
Join Date: Nov 2010
Rookie Year: 1997
Location: New Jersey
Posts: 1,621
techhelpbb has a reputation beyond reputetechhelpbb has a reputation beyond reputetechhelpbb has a reputation beyond reputetechhelpbb has a reputation beyond reputetechhelpbb has a reputation beyond reputetechhelpbb has a reputation beyond reputetechhelpbb has a reputation beyond reputetechhelpbb has a reputation beyond reputetechhelpbb has a reputation beyond reputetechhelpbb has a reputation beyond reputetechhelpbb has a reputation beyond repute
Re: Partial Jag failure?

I presume in voltage control mode...this section of: controller.c is most critical.

Quote:

//************************************************** ***************************
//
// This function handles the periodic processing for voltage control mode.
//
//************************************************** ***************************
static void
ControllerVoltageMode(void)
{
...
}
Now...in places littered through out the code they leave the motor in neutral or intentionally create a neutral for coasting.
The do this by setting the target voltages to 0.

What was this Jaguar configured for...brake or coast?

Last edited by techhelpbb : 21-03-2011 at 17:16.
Reply With Quote