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:43
Read: times


 
#21052 - RE: 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 forward by calling the subroutine below
but cannot get it to stop. Can anyone tell me how this might be done? (Code would be extremely helpful)


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



List of 5 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      

Back to Subject List