Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #56829
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Subject | Re: PID tuning. |
| Date | 2013-10-14 18:48 -0400 |
| References | <CAHq3d9DvAxfGc9jc9n3g3HmK8n3nne6iUjOL1PcMJynQYRhsbQ@mail.gmail.com> <7wiowzlg4t.fsf@benfinney.id.au> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1082.1381790913.18130.python-list@python.org> (permalink) |
On 10/14/2013 5:03 PM, Ben Finney wrote: > Renato Barbosa Pim Pereira <renato.barbosa.pim.pereira@gmail.com> > writes: > >> I am looking for some software for PID tuning that would take the >> result of a step response, and calculates Td, Ti, Kp, any suggestion >> or hint of where to start?, thanks. > > Is this related to Python? What is “PID tuning”, https://en.wikipedia.org/wiki/PID_controller "A proportional-integral-derivative controller (PID controller) is a generic control loop feedback mechanism (controller) widely used in industrial control systems. " There are three tuning constants, and they are now usually tuned with various algorithms instead of entirely by hand. Following Ian's suggestion shows that Python is one of the languages used for such algorithms. > and what have you tried already? Renato should have searched first as a search now is a bit contaminated by multiple hits for the post here and on mirrors ;-). -- Terry Jan Reedy
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: PID tuning. Terry Reedy <tjreedy@udel.edu> - 2013-10-14 18:48 -0400
csiph-web