Modifying DC Machine Block in Simulink for Custom Motor Specifications
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hello MATLAB Community,
I'm working on an assignment where I need to design a DC-DC converter for a DC motor drive system in an electric vehicle using Simulink. My challenge is customizing the DC machine model in Simulink to accurately represent the motor's specific specifications. The motor's specs are:
- Rated Power: 50 kW
- Rated Voltage: 200V DC
- Rated Current: 250A
The assignment's objective is to develop a DC motor drive system that integrates with a DC-DC converter.
I need to model a DC motor in Simulink that matches these specs but have found that the preset models in the DC machine block do not fit these requirements.
Could you guide me on how to adjust these parameters in an existing block or create a custom model to reflect my motor's specifications accurately?
Any suggestions or detailed steps would be greatly appreciated. I will attach the Matlab file under this question for reference.
Thank you for your help!
0 comentarios
Respuestas (1)
Ganesh
el 22 de Dic. de 2023
The "DC Machine Block" that you are using in your Simulink Model is intended to be used with Mechanical Inputs and does not talk about a DC Motor. From your use case, I understand that this is not the block you intend to use.
Kindly refer to the below documentation to understand the working of a "DC Machine Block":
The system that you intend to build can be found in the link below:
You may use the "DC Motor Block" and modify the parameters according to your specifications. This also gives you freedom to modify individual block properties of the model.
Hope this helps!
1 comentario
Comunidades de usuarios
Más respuestas en Power Electronics Control
Ver también
Categorías
Más información sobre Choose and Parameterize Blocks en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!