Torque controlled BLDC motor

조회 수: 41 (최근 30일)
Vrinda V Nair
Vrinda V Nair 2023년 4월 6일
댓글: Sam Chak 2023년 4월 12일
Hi,
I am doing one project on BLDC motor control using neural network for reducing torque ripples. But for that I need data to train the network. The speed control models available in MATLAB are having high torque ripples. Is there any suitable model of torque controlled bldc motor model with less torque ripples, which can be used for data collection. Or anyone have other suggestion ragarding data collection?

답변 (3개)

Joel Van Sickel
Joel Van Sickel 2023년 4월 11일
You will need to learn how to implement active cancellation teqniques to reduce the ripple purely through control methods. It is very similar to active noise cancellation. I don't think MathWorks has any publicly available demos of that approach so unfortunately you will have to implement them on your own by reading research papers on the topic. You might find something in file exchange if someone has been nice enough to share a model that does this.
  댓글 수: 1
Vrinda V Nair
Vrinda V Nair 2023년 4월 11일
Ok thanks. I will check in file exchange.

댓글을 달려면 로그인하십시오.


Sam Chak
Sam Chak 2023년 4월 11일
Sinusoidal back-EMF motors can experience reduced torque ripple by utilizing sinusoidal currents, such as those generated by employing the Field-Oriented Control (FOC) method.
For non-sinusoidal back EMF, you can try using the Model Predictive Control (MPC).
You can look into this example
  댓글 수: 4
Vrinda V Nair
Vrinda V Nair 2023년 4월 11일
I don't think so. As far as I understood the controlling techniques used in PMSM and BLDC are different. In BLDC we are exciting only 2 phases at a time while in PMSM excitation is given to 3 phases.
Sam Chak
Sam Chak 2023년 4월 12일
You can try the Reinforcement Learning technique as suggested by @Arkadiy Turevskiy.

댓글을 달려면 로그인하십시오.


Arkadiy Turevskiy
Arkadiy Turevskiy 2023년 4월 11일
Maybe another approach could be to use reinforcement learning and formulate a reward to minimize torque ripple. This way you would not need data with reduced torque ripple to learn from, your reinforcement learning agent would figure out how to do it for you. I would suggest using a policy that you would train with reinforcement learning as a "delta" to a traditional controller, not as an outright replacement.
For BLDC control models with traditional controllers that you can use as a starting point, see the links in the examples section of BLDC motor control page.
For reinforcement learning, check out Reinforcement Learning Toolbox and more specifically an example for applying reinforcement learning for PMSM control. The example replaces PIs for id and iq with a neural net. As mentioned above, I'd recommend adding as an additional input, not replacing traditional controllers outright.
  댓글 수: 1
Vrinda V Nair
Vrinda V Nair 2023년 4월 12일
Ok thanks. I will look into it.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Permanent Magnet에 대해 자세히 알아보기

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by