View previous topic :: View next topic |
Author |
Message |
wakaka
Joined: 11 Sep 2006 Posts: 27
|
PID Ziegler-Nichols using CCS |
Posted: Tue Sep 26, 2006 10:07 pm |
|
|
Hi there, currently I'm doing a temperature controller using 877. i know that Ziegler-Nichols can be use as a self-tuning method for PID.
But the problem is i dunno how to set the Ku and Pu.
I've search the net, but there are various equations for the Ziegler-Nichols. SOmeone plz help.....provide steps.
if possible examples on CCS plz.....
thanx |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
|
wakaka
Joined: 11 Sep 2006 Posts: 27
|
|
Posted: Wed Sep 27, 2006 7:57 pm |
|
|
no, din manage to get that although i googled for a few times....will look into it, thankx. |
|
|
wakaka
Joined: 11 Sep 2006 Posts: 27
|
|
Posted: Wed Sep 27, 2006 10:09 pm |
|
|
browse thru it, nice document PCM, thanx
anyone else? need more infos...... |
|
|
Eugeneo
Joined: 30 Aug 2005 Posts: 155 Location: Calgary, AB
|
|
Posted: Fri Sep 29, 2006 3:30 am |
|
|
I think he had more fun with the electronics and code design than the actual analysis B |
|
|
wakaka
Joined: 11 Sep 2006 Posts: 27
|
|
Posted: Sun Oct 01, 2006 4:43 am |
|
|
plz correct me if I'm wrong
The pid = Kp*E + Ki*sumE + Kd*dE/dt [1]
for the Ziegler-Nichols tuning method, it has open loop and closed loop, both has different calculations to find Kp, Ki and Kd.
The problem is if i wanna use open loop, i just substitute the constants in to the PID equation [1], or i need to use another PID equation which is an open loop? (Cause wat i understand is closed loop has feedback, whereas open loop no feedback)
Or the same equation[1] can be use for closed loop and open loop Ziegler-Nichols ?
Plz help, thanx....... |
|
|
SherpaDoug
Joined: 07 Sep 2003 Posts: 1640 Location: Cape Cod Mass USA
|
|
Posted: Sun Oct 01, 2006 8:42 pm |
|
|
Without feedback it is not PID as there is no E to put into the PID equation. Z&N is only used with closed loop PID. First you should try to get a decent responce open loop. Then close the loop with PID and use Z&N to fine tune the loop constants. _________________ The search for better is endless. Instead simply find very good and get the job done. |
|
|
wakaka
Joined: 11 Sep 2006 Posts: 27
|
|
Posted: Sun Oct 01, 2006 8:49 pm |
|
|
dun understand...sorry.... |
|
|
|