- https://www.mathworks.com/help/sps/ug/example-modeling-a-dc-motor.html
- https://www.mathworks.com/help/simscape/ref/idealrotationalmotionsensor.html
- https://www.mathworks.com/help/sm/ug/rotational-measurements.html#buams4l
are there motor resolver models out there?
3 个评论
Hi @Robert,
This example in the following link should help answer your question. https://www.mathworks.com/matlabcentral/answers/472087-how-to-model-a-dc-motor-hoist-with-simscape-multibody
Please let me know if this helps resolve your issue.
Hi @Robert,
Based on the documentation shared by @Joel Van Sickel, you can start by creating the electrical and mechanical models of the DC motor. Define parameters like armature resistance, inductance, back EMF constant, and torque constant. Instead of attempting to model the resolver in a multi-body environment, you can utilize the dedicated Resolver block in Simscape which effectively models the electrical phase angle of the rotor using electromagnetic coupling, which is necessary for accurate feedback control. Then, integrate the DC motor model with the resolver block by making sure that the connection between the rotor position sensor and the motor control logic is correctly established for real-time feedback.
Example Application
A practical example is the “Three-Phase PMSM Traction Drive”, which controls rotor speed using a high-fidelity resolver. This model showcases how to effectively integrate a resolver with a DC motor, demonstrating the use of speed and position control loops by clicking the link below.
https://www.mathworks.com/help/sps/ug/three-phase-pmsm-traction-drive.html
When modeling the resolver, consider the coupling coefficients and transformer characteristics. The block allows for two options:
Omitting Dynamics: Neglect the inductive terms, suitable for sinusoidal inputs.
Including Dynamics: Capture voltage amplitude loss and phase differences, valid for any waveform.
Please let us know if you still need assistance or have any further questions.
回答(1 个)
0 个评论
另请参阅
类别
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!