Hi Das,
The e(k+1) is the present error
e(k) > past error
u(k+1)> present output of the pi controller
u(k) > past output of the controller
the above are digital parameters of the pi controller and in the course of getting these parameter there is alway need for sampling time (T), the propotional gain of the controller Kp and the zero placement of the controller which is WI
INTERGRAL GAIN KI=Kp*WI
therefore A=Kp(WI*T -1)
while B=Kp
Example if kp=0.04 and WI =3140rad/sec SAMPLING TIME OF 10us
KI=188.4
A=0.04(3140*10US-1)
B=0.04
Remember in PI controller proportional looks at present error while intergral looks at past errors
Regards,
babalola.
Bookmarks