Find the controller coefficients of pi
10 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello
In a simulink program I am going to control the speed of a bldc generator and for this I used the pi controller
What is the tool in Simulink that can get the values of this controller for me?
If you have any examples in this field, please comment
Thanks
1 commentaire
Sam Chak
le 30 Août 2023
Hi @reza hakimi
These coefficients can be determined either through the utilization of intelligent tuning methods (via iterative processes or optimization algorithms, until the desired performance is achieved) or through mathematical analysis of the system. If you know the state-space model or the transfer function of the BLDC generator, please share it. Additionally, kindly specify the performance requirements.
Réponses (1)
Ananth kumar
le 11 Sep 2023
Speed control of BLDC motor using six-step commutation for control
Speed control of BLDC/PMSM using field-oriented control
In the example script file, below line estimates the control gain using motor and inverter parameters. This default control gain may work for most of the motors out of the box.
PI_params = mcb.internal.SetControllerParameters(pmsm,inverter,PU_System,T_pwm,Ts,Ts_speed);
0 commentaires
Voir également
Catégories
En savoir plus sur Motor Drives 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!