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.

Flying Start, Anti-Wind, Matched Speed: motor already spinning

One of the unique capabilities of the FAST observer is that it can lock on even if the motor is already spinning.  This is very common in fan applications and is also quite useful in starter generators where you need to match synchronization before you take control.  This is often called flying start, anti-wind, or matched speed.

If the motor is spinning and you enable the drive (with Rs Recal disabled), FAST will immediately attempt to lock on, take control, and drive it to the correct torque or speed.  But this method can be a little harsh as the speed reference starts at 0 so you get an immediate torque command to compensate.  

For a very smooth start you can do the following:

-          Enable InstaSPIN-FOC/FAST but disable the PWM outputs. This allows FAST to continue to track the fan movement.

-          Initialize the all PI Integrators to 0

-          Get the estimated speed from FAST

-          Set the speed reference to this estimated speed

-          Enable the PWM output: this will allow FAST to seamlessly take control of the fan at the existing speed

-          Now set the new speed & acceleration command

  • Hi Chris,

    Does TI have an implementation of flying start on an AC Induction motor without a BEMF signature to follow while the PWM is disabled?

    Thanks,

    Scott

  • Hi Scott,

    I suspect Chris may also want to respond to this, but I thought I would add my 2 cents worth...

    With the PWMs disabled, and assuming they have been off for a while, the rotor is simply a spinning hunk of metal with no orientation to lock on to.  There is no rotor current, and therefore no rotor flux.  As a result, you have no idea how fast the rotor is spinning, and you can't do a flying start.  To make this work, I think you would need a shaft sensor to give you speed information.

     

    Regards,

    Dave

     

  • Hi Dave,

    Thanks for the prompt reply.  Commonly, a low voltage frequency sweep is applied to the motor to determine (from the output current) when the transition from motor to generator occurs.  Since the instaspin includes output voltage sensing, I'm curious if TI has any implementation to magnetize the motor with a low voltage and then observe the bemf like you would on PM motors.

    Scott

  • Hi Scott,
    I suppose you could write the code which does a frequency sweep, but this is not a feature that we have currently implemented with InstaSPIN.
    -Dave