Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #56829 > unrolled thread
| Started by | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| First post | 2013-10-14 18:48 -0400 |
| Last post | 2013-10-14 18:48 -0400 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: PID tuning. Terry Reedy <tjreedy@udel.edu> - 2013-10-14 18:48 -0400
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Date | 2013-10-14 18:48 -0400 |
| Subject | Re: PID tuning. |
| Message-ID | <mailman.1082.1381790913.18130.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web