Find the controller coefficients of pi
조회 수: 11 (최근 30일)
이전 댓글 표시
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
Sam Chak
2023년 8월 30일
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.
답변 (1개)
Ananth kumar
2023년 9월 11일
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
참고 항목
카테고리
Help Center 및 File Exchange에서 Motor Drives에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!