You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Nominal Voltage) V 48
(Voltage Range) V 24~56
(Power) W 336
(Nominal Torque) N.M 7.5
(Stall Torque) N.M 22
(Nominal Speed after Reduce) RPM 110
(Max Speed after Reduce) RPM 320
(Nominal Current) A 7
(Stall Current) A 22
(Phase Resistance) Ω 0.67
(Phase Inductance) mH 0.45
(Speed Constant) rpm/v 6.67
(Torque Constant) N.M/A 1
(Number of Pole Pairs) Pairs 21
(Gear Rate) / 8:1
I'm using the ImplicitActuatorCfg, is the correct one to simulate a gear reduced brushless motor?
What is the difference between effort_limit_sim and effort_limit?
The value for these two parameters is the Nominal Torque, the Stall Torque or something else?
The text was updated successfully, but these errors were encountered:
For ImplicitActuator, effort_limit_sim and effort_limit are the same to perform a PD control law to clip effort in model like this, neithor Nominal Torque or Stall Torque. And the effort_limit will be removed in the future for ImplicitActuator. effort_limit_sim is for setting the effort limit implicitly computed by simulator. For more information, try have a look on changelog and source code
As I know, most brushless motors are DC motor, you might need this. ImplicitActuator should not be used directly , which is informed in docs.
@Bardreamaster The docs say not to use ImplicitActuator but the explicit actuator is so unstable with medium to large damping values that even the example models use implicit actuators:
And if you want to simulate all features of the motor you are using in real, data-driven sim motor might be good cause you do not have to have the dynamic model of the motor in simulator. eg: lstm motor. But you need more data to fit all operating conditions of the motor.
It would be better if designers give more information about motors simulator.
Question
I have this motor parameters:
I'm using the ImplicitActuatorCfg, is the correct one to simulate a gear reduced brushless motor?
What is the difference between effort_limit_sim and effort_limit?
The value for these two parameters is the Nominal Torque, the Stall Torque or something else?
The text was updated successfully, but these errors were encountered: