Speed Controller Current Limit Setting

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

Speed Controller Current Limit Setting

709 次查看
derekcook
Senior Contributor I

Hello, 

In the user guide, it states the motor rated current is used to determine the limit of the current out of the speed controller. Is this correct? If I want to run my system at 3x rated, then I have to set my rated motor current to 300% of rated?

Thanks for the help, 

Derek

标签 (1)
0 项奖励
2 回复数

600 次查看
linestream-adam
Senior Contributor I

Derek,

KMS defines the maximum commandable current to be the rated current of the motor. The current reference comes from the speed controller and so its output limit will be the maximum commandable current in the system.

You can change the maximum and minimum values for the speed controller output limit programatically by modifying the variables:

user.command.IqRefMax & user.command.IqRefMin

These are Q24 variables that are normalized against FULL_SCALE_CURRENT. So ensure that your FULL_SCALE_CURRENT value is large enough to support your higher current.

0 项奖励

600 次查看
derekcook
Senior Contributor I

Thanks Adam, That is what I needed to know. 

0 项奖励