BLDC with LPC1114

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

BLDC with LPC1114

468件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by yan on Thu Oct 02 01:50:27 MST 2014
Hello,

I used LPC1114 to control BLDC motor like in AN11094.
It's work fine, but I want to know how can I increse the torque of the motor ?

Can I change the PID parameters ? for the moment I have Kp = 5 and Ki = 2.
and the PID equation is : temp = ((ptr->err[0]*ptr->Kp)/10) + ((ptr->err[1]*ptr->Ki)/1000);

I try to change Kp and Ki but is worse.

Have you and idea ?

Best regards.
0 件の賞賛
返信
0 返答(返信)