Mapped motor operation torque output
2 次查看(过去 30 天)
显示 更早的评论
Hello, I don't understand how the mapped motor bloc work. I use it in torque cotrol mode as follow:
But when I asked for example 100N.m of torque, the result output is so low...
[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 个评论
回答(2 个)
Sabin
2023-2-3
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 个评论
Hiroshi Miyagawa
2023-2-14
编辑:Hiroshi Miyagawa
2023-2-14
Below is an example model using the mapped motor block.
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.
then you can obtain the following result.
added the example model created on R2021a.
hope this model helps you.
0 个评论
社区
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!