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.

LAUNCHXL-F280049C: Is there a problem with dcBus_V that is causing an error in the estimator?

Part Number: LAUNCHXL-F280049C

Tool/software:

Hi TI team,

I used the InstaSPIN Projects and completed is02 and is03, with dcBus_V set to 24V. In is03, the motor operates smoothly in open-loop mode. However, in is04, the dcBus_V value behaves abnormally, approximately around 8V. I did not see any assignment for dcBus_V in the example code. When running this program, the motor experiences vibrations and the estimator malfunctions. Could this value cause the estimator to malfunction? The same issue exists in example is05.

Looking forward to your reply! Thanks! 

  • Hi Fa,

    What is the DC bus voltage when you run V/f control in lab is03? Lab is04 doesn't use the angle from estimator and motorVars.VdcBus_V should be the ADC readings.

    Thanks,

    Jiaxin

  • HI JIaXin,

    When running lab is03, the DC bus voltage is 24V. However, when running lab is04, the DC bus voltage drops. I have tested the current and voltage sampling of the ADC using a current probe and a voltage probe, and I did not find any anomalies.

    Thanks,

    Fa

    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    __interrupt void mainISR(void)
    {
    motorVars.pwmISRCount++;
    //
    // toggle status LED
    //
    counterLED++;
    if(counterLED > (uint32_t)(USER_ISR_FREQ_Hz / LED_BLINK_FREQ_Hz))
    {
    HAL_toggleLED(halHandle, HAL_GPIO_LED2);
    counterLED = 0;
    }
    //
    // acknowledge the ADC interrupt
    //
    HAL_ackADCInt(halHandle, ADC_INT_NUMBER1);
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

  • Hi Fa,

    In Level is04, could you try to reduce the given Iq reference and see if the DC voltage is normal? Also, for V/f control, did you run the motor with rated load?

    Thanks,

    Jiaxin

  • HI JIaXin,

    I have tried changing the reference value for iqi_qiq, but it did not improve the experimental results. The motor's operating condition is under no-load, and the motor gets a bit heated.

    Thanks,

    Fa

  • Hi Fa,

    What inverter are you using? Are you using the two inverter kit that is supported in the lab?

    Thanks,

    Jiaxin