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.

LVACIMTR motor Instaspin user.h values



Hello,
what are the user.h values for the LVACIMTR motor?

LVACIMTR motor:
http://www.ti.com/tool/lvacimtr?keyMatch=motor%20ac%20low%20voltage&tisearch=Search-EN-Everything

Regards, Holger

  • from the User's Guide
    www.ti.com/.../spruhz8.pdf

    #elif (USER_MOTOR == LVACIMTR)
    #define USER_MOTOR_TYPE MOTOR_Type_Induction
    #define USER_MOTOR_NUM_POLE_PAIRS (2)
    #define USER_MOTOR_Rr (1.05)
    #define USER_MOTOR_Rs (1.79)
    #define USER_MOTOR_Ls_d (0.00681)
    #define USER_MOTOR_Ls_q (USER_MOTOR_Ls_d)
    #define USER_MOTOR_RATED_FLUX (0.24) //(0.8165*14.7/50.0) = 0.24 V/Hz
    #define USER_MOTOR_MAGNETIZING_CURRENT (1.08)
    #define USER_MOTOR_RES_EST_CURRENT (0.3)
    #define USER_MOTOR_IND_EST_CURRENT (NULL)
    #define USER_MOTOR_MAX_CURRENT (1.83)
    #define USER_MOTOR_FLUX_EST_FREQ_Hz (10.0)