How control Torque in Position Mode?

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

How control Torque in Position Mode?

跳至解决方案
2,412 次查看
sergigomis
Contributor III

Hi.

There are any configuration for control the torque of motor when I use the Position Control Mode ?

By default, in position mode, the motor use all torque posible. I need control (decrease) the torque in certains circunstances.

In KMS I don't see any variable to do this.

 

In Sensored Velocity, the torque mode, don't works for me, because I need a fixed position Setpoint.

 

Thank's

Sergi.

标签 (1)
1 解答
2,171 次查看
linestream-adam
Senior Contributor I

Sergi,

In KMS we don't expose the control to directly limit the maximum (and minimum) torque that can be commanded by the position controller.  But this control does exist in the firmware.  

You can add it to the watch window, it has the following configuration:

2017-02-27 08_16_26-Variable Definition.png

The corresponding negative limit is position.config.IqRefMin.  

KMS initially configures these to be equal to the Rated Current * sqrt(2).  They can be freely modified at run-time, just ensure that position.config.IqRefMax is always greater than position.config.IqRefMin.

在原帖中查看解决方案

0 项奖励
回复
2 回复数
2,172 次查看
linestream-adam
Senior Contributor I

Sergi,

In KMS we don't expose the control to directly limit the maximum (and minimum) torque that can be commanded by the position controller.  But this control does exist in the firmware.  

You can add it to the watch window, it has the following configuration:

2017-02-27 08_16_26-Variable Definition.png

The corresponding negative limit is position.config.IqRefMin.  

KMS initially configures these to be equal to the Rated Current * sqrt(2).  They can be freely modified at run-time, just ensure that position.config.IqRefMax is always greater than position.config.IqRefMin.

0 项奖励
回复
2,171 次查看
sergigomis
Contributor III

Hi Adam.

Great !!!!

Only one annotation:

The variables to modify are  "user.command.IqRefMax" and "user.command.IqRefMin".

Works very good !!

Thanks again for your solution Adam.

Sergi.