![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1750074/image.png)
is it possible to Stepper Motor Drive simulate at 10 milisecond fixed time step
조회 수: 9 (최근 30일)
이전 댓글 표시
![](https://www.mathworks.com/matlabcentral/discussions/uploaded_files/34739/image.png)
is it possible to Stepper Motor Drive simulate at 10 milisecond fixed time step
댓글 수: 0
답변 (2개)
Deep
2024년 8월 9일
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.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1750074/image.png)
The scope output will show that the stepper motor is now operating with 10 millisecond long fixed steps. Hope this helps!
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Motor Drives에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!