Three-phase PMSM Drive Control Strategy
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
dagfinae
le 23 Fév 2018
Réponse apportée : Nicolas Schmit
le 13 Mar 2018
Hello,
I am trying to understand different control strategies applied to permanent magnet synchronous motors. In the Simulink/Simscape example "Three-phase PMSM Drive" (pe_pmsm_drive) I struggle to find out what control strategy is being used. From what I understand, this is some form of vector control. Does anyone care to explain what type of vector control is being used in this example and how this can be seen?
Thank you.
0 commentaires
Réponse acceptée
Nicolas Schmit
le 13 Mar 2018
This example actually uses vector control. The controller takes the current of the three phases of the stator and the angle of the rotor as inputs. Using the Park transformation, the 3 currents are mapped to the direct and quadrature axis currents id and iq respectively. The controller regulates the current of the quadrature axis to provide the required torque. In pe_pmsm_drive/PMSM controller/Feedback controller, the cross paths between id and iq cancel the natural cross coupling between id and iq, so that they can be controlled independently.
To better understand the control method, I suggest you take the equations of the PMSM which you can find here https://www.mathworks.com/help/physmod/sps/ref/permanentmagnetsynchronousmotor.html
and see what happens when vd and vq are equal the values calculated in pe_pmsm_drive/PMSM controller/Feedback controller at the output of the add blocks which follow the d-axis current PI and q-axis current PI respectively.
0 commentaires
Plus de réponses (0)
Communautés
Plus de réponses dans Power Electronics Control
Voir également
Catégories
En savoir plus sur Permanent Magnet dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!