Motor moves slow how can i increase it?

8 visualizaciones (últimos 30 días)
Mostafa Salah
Mostafa Salah el 31 de Oct. de 2020
Respondida: Gouri Chennuru el 5 de Nov. de 2020
I have written a code to move stepper motor nema 23 , it moved but its very slowly ,so i would to ask if there is any way to increase this speed ??

Respuestas (1)

Gouri Chennuru
Gouri Chennuru el 5 de Nov. de 2020
Hi,
As per my understanding, if you are using outputSingleScan function in the code it does a single scan on all the output channels and if it consumes larger execution time to send the signals at the rate required it slowes the speed of the motor.
So as a workaround, I would recommend you to use "DataAcquisition" function available in MATLAB and you call all the driver functions directly from MATLAB in order to improve the speed of the motor.
Hope this Helps!

Categorías

Más información sobre Arduino Hardware en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by