- PID Controller Design in Simulink: https://www.mathworks.com/videos/pid-controller-design-for-a-dc-motor-68881.html
- Additional Examples and Information on PID Controller: https://www.mathworks.com/discovery/pid-control.html
Simulink Model for Fan Efficiency Using DC Motor, Gearbox, and PID Controller
8 次查看(过去 30 天)
显示 更早的评论
Hello everyone,
I'm working on a Simulink model to calculate the efficiency of a fan system with the following setup:
System Description:
- A DC motor is connected to a gearbox, which increases the motor speed by 2x and transfers it to the fan.
- Due to losses (gearbox inefficiencies and aerodynamic drag, inertia), the velocity of the fan decreases.
- I want to use a PID controller to regulate the fan speed.
Additional Requirements:
- The system should include an "If block" to simulate room occupancy.
- If occupancy > 1, the fan should turn on and operate.
- If occupancy ≤ 1, the fan should remain off.
My Current Progress:
- I've set up the DC motor and gearbox in Simulink.
- The basic PID controller block is added, but I'm not sure how to integrate it effectively with the fan model to manage aerodynamic losses.
Any examples, ideas, or resources that could help me structure this model would be greatly appreciated! Thanks in advance!


0 个评论
回答(1 个)
Shuba Nandini
2024-12-18
I understand that you are looking to design a PID controller for a DC motor modeled in Simulink. Kindly refer to the following resources for guidance:
I hope these resources help you with your design process!
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 PID Controller Tuning 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!