This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F28027F: How to increase ACI output torque

Part Number: TMS320F28027F

Hi,

Customer is using F28027F for ACI motor, facing the torque issue.

Currently, it can achieve about 80% relative torque of the motor. How to achieve to 100%, even more for a short time?

Speed mode is used, lab5B.

Thanks a lot.

Br, Jordan

  • Set the right USER_MOTOR_RATED_FLUX according to the spec. of the motor, and then identify the motor again using the lab02b.  

    #define USER_MOTOR_RATED_FLUX (0.8165*200.0/60.0) // sqrt(2/3)* Rated V (line-line) / Rated Freq (Hz)

    And tune the magnetizing current (USER_MOTOR_MAGNETIZING_CURRENT) if the maximum output torque can't be achieved.