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.

TMDXIDDK379D: C2000 DesignDRIVE IDDK Kit issues

Part Number: TMDXIDDK379D

Hi,

Please tell me where I can set the motor parameters like motor rated voltage, current, frequency, RPM In IDDK servo example which is available in control suite

  • In this example servo project, it doesn't use the rated parameters of a motor, you just need to set BASE_FREQ based on the motor in IDDK_PM_Servo_F2837x-Settings.h, to set a higher BASE_FREQ than the rated frequency. The other BASE parameters are based on the h/w board, not the motor.

    Btw, you might set correct Resistance (RS) and Inductance (LS) according to your motor in IDDK_PM_Servo_F2837x-Settings.h
  • Thanks for your speedy reply, sir i want to use this example for my real time custom project where the user can select variety of motor with different parameters as like motor drive for elevator ,how can I overcome this problem
  • Often, you might set all these parameters to variables, and re-calculate all the variables related to these parameters if the user changes them.