Quote:
Originally Posted by Iaquinto.Joe
We weren't very sure on how the time constants worked, but we all knew how the traditional constants worked.
|
If you take a look at the
implementation, it explains how the time constants relate to the traditional ones.
Here's the overall function:
The P component (Kc * error):
I [(Kc / Ti)integral(e)]:
D (Kc * Td * d(error)/dt ):
So, if you take a simple version of the formula like below...

Then:
Kp = Kc
Ki = Kc / Ti
Kd = Kc * Td
Make sense?