Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Be clearer about units in RobotR3 motor #4591

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

HansOlsson
Copy link
Contributor

The only controversial part is the name RaR.

Without this change based on
La.L=250/(2*D*w) and C.C=(1/250)*D/w
one might conclude that D has unit Siemens (inverted Ohm).

The only controversial part is the name RaR.

Without this change based on
La.L=250/(2*D*w) and C.C=(1/250)*D/w
one might conclude that D has unit Siemens (inverted Ohm).
@HansOlsson HansOlsson added the L: Mechanics.MultiBody Issue addresses Modelica.Mechanics.MultiBody label Mar 12, 2025
@HansOlsson HansOlsson added this to the MSL4.2.0 milestone Mar 12, 2025
Comment on lines 8 to 9
parameter SI.AngularVelocity w_max=315 "Maximum speed of motor";
parameter SI.Current i_max=9 "Maximum current of motor";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
parameter SI.AngularVelocity w_max=315 "Maximum speed of motor";
parameter SI.Current i_max=9 "Maximum current of motor";

Remove if not used.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not confident in removing that in this PR.

Plotting the different axis*.motor.emf.i and axis*.motor.speed.w; indicates that the speed is within the bounds - but that the current peaks above the maximum. (For axis3 it is close to 15 A, so significantly above.)
I don't know - it could even be different for the different axis (it's worse for axis 1, 2, 3 and they are different.)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I hope @MartinOtter can give feedback.

@beutlich beutlich added the example Issue only addresses example(s) label Mar 12, 2025
@beutlich beutlich changed the title Be clearer about units. No actual change. Be clearer about units in RobotR3 motor Mar 12, 2025
…s/Motor.mo


Change to angular frequency, seems likely to be correct.

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>
@beutlich beutlich requested a review from MartinOtter March 13, 2025 15:54
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
example Issue only addresses example(s) L: Mechanics.MultiBody Issue addresses Modelica.Mechanics.MultiBody
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants