is it possible to Stepper Motor Drive simulate at 10 milisecond fixed time step

2 vues (au cours des 30 derniers jours)
infent
infent le 8 Août 2024
Modifié(e) : infent le 27 Août 2024
is it possible to Stepper Motor Drive simulate at 10 milisecond fixed time step

Réponses (2)

Deep
Deep le 9 Août 2024
I see that you are looking at the “Stepper Motor Drive” example model linked here - https://www.mathworks.com/help/sps/ug/stepper-motor-drive.html. The documentation states that the example motor is operating with a stepping rate of 500 steps/s, which does not match your requirement. You can open the model using the following command:
openExample('simscapeelectricalsps/StepperMotorExample')
The “Drive” block is a masked block. Double clicking on it will show its properties. You can modify the “Stepping rate (step/s)” property to 100 step/s, which corresponds to your requirement of 10 millisecond long fixed steps.
The scope output will show that the stepper motor is now operating with 10 millisecond long fixed steps. Hope this helps!

infent
infent le 27 Août 2024
Modifié(e) : infent le 27 Août 2024
Hi @Deep,
Thank you for your response. I have tried with 100 steps/s but stepper motor is not giving proper results . can you please check the results once.
Kind regards,

Community Treasure Hunt

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

Start Hunting!

Translated by