View Single Post
  #2   Spotlight this post!  
Unread 07-02-2017, 23:12
Eryl2000's Avatar
Eryl2000 Eryl2000 is offline
Registered User
FRC #3024 ("My Favorite Team")
Team Role: Programmer
 
Join Date: Jan 2015
Rookie Year: 2014
Location: Ashland, OR
Posts: 9
Eryl2000 is on a distinguished road
Re: PID I value tuning issues

What PID gains are you using?

Also, it is important to note that the way LabView sets up their PID is different than you might expect. Changing the Kp gain actually effects Ki and Kd gains. This is because LabVIEW uses Kp, Ti, and Td, which is because of the different control setup they use.

Also, I believe that Ti is inversely proportional to Ki, so try decreasing it? I might be wrong, but I am pretty sure that is how it works.
Reply With Quote