Mapped motor operation torque output
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello, I don't understand how the mapped motor bloc work. I use it in torque cotrol mode as follow:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/190319/image.png)
But when I asked for example 100N.m of torque, the result output is so low...
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/190320/image.png)
[I know that driving cycle gives a speed and the torque commande should be in N.m but I don't think this is the problem] I put a constant battery voltage of 100V to facilitate the simulation.
If anyone understand what's wrong,
Thanks,
Florian.
0 commentaires
Réponses (2)
Sabin
le 3 Fév 2023
The Rotor Inertia is probably too small and not realistic for the use case you have. If the inertia is too small (the default is 5e-6), then the speed will increase to high values very quickly and the torque will be limited to some small values to satisfy the maximum power. Try increasing the value of Rotor Inertia in the Mechanical tab. I hope this helps.
0 commentaires
Hiroshi Miyagawa
le 14 Fév 2023
Modifié(e) : Hiroshi Miyagawa
le 14 Fév 2023
Below is an example model using the mapped motor block.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1294965/image.jpeg)
The torque output by this block is based on maximum power. Therefore, the higher the speed of the motor, the lower its torque. Therefore, this block needs to refer to the appropriate motor speed, so it would be better to model it as shown above.
Set 'Port configuration' to 'Speed' to input the motor speed in the motor block.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1294970/image.jpeg)
then you can obtain the following result.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1294975/image.jpeg)
added the example model created on R2021a.
hope this model helps you.
0 commentaires
Communautés
Plus de réponses dans Power Electronics Control
Voir également
Catégories
En savoir plus sur Powertrain Blockset dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!