servo problems
ajs4
Posts: 2
I am trying to run a program that is supposed to run the motors for 6 seconds no matter how many pulses the stamp receives. When I send "700" it runs for about 6 seconds; when I send "650" it runs for less than a second.
this is the program:
·· FOR counter = 1 TO 244
······ PULSOUT 12, pulseWidth
······ PULSOUT 13, pulseWidthComp
····· ·PAUSE 20
·· NEXT
LOOP
Any ideas?
Thanks.
this is the program:
·· FOR counter = 1 TO 244
······ PULSOUT 12, pulseWidth
······ PULSOUT 13, pulseWidthComp
····· ·PAUSE 20
·· NEXT
LOOP
Any ideas?
Thanks.
Comments
Thank you again,
ajs
And thanks for those numbers on execution time for the pulsouts. Now I can actually put some real math into it rather than trial and error.