when i try 8 consecutive pulsout and pause command, the servomotor react inaccurately, it turns crazy, i would like to know if it affects the clock cyle, because my oscillator is 4 MHz XT, so i know that the clock cycle is divided into four. Is it possible to do this?
<code>
pulsout portb.0,175
pause 200
pulsout portb.1,170
pause 300
pulsout portb.2,175
pause 300
pulsout portb.3,130
pause 300
pulsout portb.6,150
pause 300
pulsout portb.7,150
pause 300
pulsout portb.4,150
pause 300
pulsout portb.5,150
pause 300

</code>

how can i put the servo back to the first position, but not getting the servo confused?