Discussion about iTerm calculation #80
gnalbandian
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone.
I was checking the PID algorithm and this caught my attention.
Shouldn't the iTerm be written as iTerm += ki * error to accumulate the error over time and behave like an integral term should?
To me, the current formula (iTerm = ki * error) feels like a secondary proportional term.
Let me know what you think.
Beta Was this translation helpful? Give feedback.
All reactions