Hi.. I am a newbie and still learning some few tricks in here and just browsing on the forum also to share what I know and to learn. I just have a question regarding this topic, you said that stepper motors require a different interface. Can you tell me what could be those interfaces? Example please?
I used a bit command to run mine. Here is a sample. The pause controls transition of poles and how smooth the motor will run.longer pauses will make it vibrate alot. the loop controls the time the motor runs or distance traveled before a new command.
a VAR Word
c VAR Word
DIRL = 255
mainone:
a=0
c=0
main:
a= a+1
DEBUG "a", a
OUTL = 101
PAUSE 10
OUTL = 169
PAUSE 10
OUTL = 154
PAUSE 10
OUTL = 86
PAUSE 10
DEBUG " a ",DEC a, CR, "ccwise towires"
IF a = 40 THEN right
GOTO main
Comments
Christine
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
hemorrhoids home treatment
http://www.parallax.com/Portals/0/Downloads/docs/books/edu/Wamv2_2.pdf
http://www.parallax.com/Portals/0/Downloads/docs/books/edu/Roboticsv2_2.pdf
Bob
·
a VAR Word
c VAR Word
DIRL = 255
mainone:
a=0
c=0
main:
a= a+1
DEBUG "a", a
OUTL = 101
PAUSE 10
OUTL = 169
PAUSE 10
OUTL = 154
PAUSE 10
OUTL = 86
PAUSE 10
DEBUG " a ",DEC a, CR, "ccwise towires"
IF a = 40 THEN right
GOTO main