WHY IS THE SUBSYSTEM TAKING MAX POWER OUT AND DIVIDING IT WITH THE RPM OG MOTOR?

7 次查看(过去 30 天)
I was preparing a motor model by referring your model BEV in racing lounge, but faced some difficulties to understand  Torque limiter block. It would  be a great help if you would explain the entire block , thanks.

采纳的回答

Christoph Hahn
Christoph Hahn 2018-2-21
Hi Kartik,
Some preliminary notes:
This is what happens in the model:
  • The block passes along a maximal torque (MaxTorque) and an allowable regenerative torque (AllowableRegenTorque).
  • The block inputs are the APP (see above) and the current motor speed.
  • The min block compares two torque values and passes on the smaller value. The first torque is the maximal motor torque (MDL.MotorModel.MaxTrqOutMaxTorque) itself, the second one is the maximal motor power (MDL.MotorModel.MaxPwrOut) divided by the current motor speed (which also results in a torque).
  • The resulting torque from the min-block is multiplied with the current pedal position to obtain the MaxTorque value to be passed along.
  • To get the allowable value for for regenerative torque, the resulting torque from the min-block is multiplied by -0.5. This basically says that maximally half of the current torque can be regenerated. Consider the '-0.5' as an assumption by the model creator.
I hope this explanation is helpful. Feel free to ask clarifying questions.
If you are happy with the reply, please mark the answer as accepted.
Best, Christoph
  2 个评论
kartik kanchan
kartik kanchan 2018-2-24
MDL.MotorModel.MaxPwrOut and MDL.MotorModel.MaxTrqOut are two constants defined in the model workspace. Consider them as motor-specific constants that shouldn't be altered. Why are this taken constant? What do they represent in this system by being constant?
jorge araneda dominguez
hola buenas
Queria saber como puedo editar esos valores de "MaxTrqOut" y "MaxPwrOut" debido a que dependen de las caracteristicas del motor a elegir

请先登录,再进行评论。

更多回答(0 个)

社区

更多回答在  Power Electronics Control

类别

Help CenterFile Exchange 中查找有关 Machines 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by