Dlloydev / QuickPID

A fast PID controller with multiple options. Various Integral anti-windup, Proportional, Derivative and timer control modes.
MIT License
195 stars 50 forks source link

Ideal and Series mode of pid + Pb #54

Closed Farhankhosravi closed 1 year ago

Farhankhosravi commented 2 years ago

Hi i want to know that is there any way to use Ideal / Series mode PID, instead of default parallel mode? and, is there any way to use Pb (proportional band) instead of Kp? is there any arduino library with one of these features?...

Thanks

Dlloydev commented 2 years ago

Good questions.

For a P or PI controller, the parallel form and the series form are the same.

I'm not aware of any arduino library that uses proportional band or series form controller mode, however I didn't do an intensive search. Perhaps there's some code examples (non-library) that you could search for.

I'd like to do some testing with a series form controller myself, but won't get a chance until later this year.

Dlloydev commented 1 year ago

Not planned at this time