필터 지우기
필터 지우기

Find the controller coefficients of pi

조회 수: 6 (최근 30일)
reza hakimi
reza hakimi 2023년 8월 30일
답변: Ananth kumar 2023년 9월 11일

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
Sam Chak 2023년 8월 30일
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
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);

카테고리

Help CenterFile Exchange에서 Motor Drives에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by