-
Notifications
You must be signed in to change notification settings - Fork 170
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
base: master
Are you sure you want to change the base?
Conversation
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).
Modelica/Mechanics/MultiBody/Examples/Systems/RobotR3/Utilities/Motor.mo
Outdated
Show resolved
Hide resolved
Modelica/Mechanics/MultiBody/Examples/Systems/RobotR3/Utilities/Motor.mo
Outdated
Show resolved
Hide resolved
parameter SI.AngularVelocity w_max=315 "Maximum speed of motor"; | ||
parameter SI.Current i_max=9 "Maximum current of motor"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
parameter SI.AngularVelocity w_max=315 "Maximum speed of motor"; | |
parameter SI.Current i_max=9 "Maximum current of motor"; |
Remove if not used.
There was a problem hiding this comment.
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.)
There was a problem hiding this comment.
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.
Modelica/Mechanics/MultiBody/Examples/Systems/RobotR3/Utilities/Motor.mo
Outdated
Show resolved
Hide resolved
…s/Motor.mo Change to angular frequency, seems likely to be correct. Co-authored-by: Thomas Beutlich <modelica@tbeu.de>
The only controversial part is the name RaR.
Without this change based on
La.L=250/(2*D*w)
andC.C=(1/250)*D/w
one might conclude that
D
has unit Siemens (inverted Ohm).