Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/21/02 10:57
Read: times


 
#21053 - Stepper motor
I have a unipolar stepper motor(6 wires) driven by an Astrosyn P700 stepper motor
drive board. I can get it to rotate backwards and forwards using the code below
but cannot get it to stop. Can anyone tell me how to do this? (Code would be extremely helpful)





step: setb clk
mov r0,#255
djnz r0,$
clr clk
mov r0,#255
djnz r0,$
ret



List of 6 messages in thread
TopicAuthorDate
Stepper motor            01/01/70 00:00      
RE: Stepper motor            01/01/70 00:00      
RE: Stepper motor            01/01/70 00:00      
RE: Stepper motor            01/01/70 00:00      
RE: Stepper motor            01/01/70 00:00      
RE: Stepper motor            01/01/70 00:00      

Back to Subject List