Re: PID tuning.

2013-10-15 Thread John Nagle
On 10/14/2013 2:03 PM, Ben Finney wrote: > Renato Barbosa Pim Pereira > 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? Wha

Re: PID tuning.

2013-10-14 Thread Chris Angelico
On Tue, Oct 15, 2013 at 8:03 AM, Ben Finney wrote: > Renato Barbosa Pim Pereira > 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 Py

Re: PID tuning.

2013-10-14 Thread Terry Reedy
On 10/14/2013 5:03 PM, Ben Finney wrote: Renato Barbosa Pim Pereira 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 tunin

Re: PID tuning.

2013-10-14 Thread Ian Kelly
On Mon, Oct 14, 2013 at 2:37 PM, Renato Barbosa Pim Pereira wrote: > 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. Googling for "python pid tuning" turns up some hits.

Re: PID tuning.

2013-10-14 Thread Ben Finney
Renato Barbosa Pim Pereira 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”, and what have you tried already? -