BLDC with LPC1114

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

BLDC with LPC1114

452 次查看
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 回复数