Sorry for such a noob question, but what can I do...
c131frdave
Posts: 38
I'm a noob I guess.
I'm trying to test my new HD servo, and I'm having some problems. I haven't messed with my BS2 in about 3 years, so I'm probably just not thinking this through properly.
I wrote a very simple program to test the movement limits of the servo. Here it is:
pulsout 14, 750
That's all there is. When I run it, the servo moves slightly. If I tap on the reset button, it moves slightly again until it actually reaches center point, then it doesn't move. When I change the code to, say:
pulsout 14, 1200
it then will move just slightly off center to the right. I then tap on the reset button like sending morse code, and it gradually moves one tiny step at a time until it reaches approximately 90 degrees to the right.
Why doesn't the servo just go to where I want it?
If i loop it, it will travel to the commanded position faster, but then it sits there and pulses when it reaches it's final spot. You can hear the motor coming on and off. I know if you hear this on your RC airplane, it means you have servo problems.
Any ideas? Thanks!
I'm trying to test my new HD servo, and I'm having some problems. I haven't messed with my BS2 in about 3 years, so I'm probably just not thinking this through properly.
I wrote a very simple program to test the movement limits of the servo. Here it is:
pulsout 14, 750
That's all there is. When I run it, the servo moves slightly. If I tap on the reset button, it moves slightly again until it actually reaches center point, then it doesn't move. When I change the code to, say:
pulsout 14, 1200
it then will move just slightly off center to the right. I then tap on the reset button like sending morse code, and it gradually moves one tiny step at a time until it reaches approximately 90 degrees to the right.
Why doesn't the servo just go to where I want it?
If i loop it, it will travel to the commanded position faster, but then it sits there and pulses when it reaches it's final spot. You can hear the motor coming on and off. I know if you hear this on your RC airplane, it means you have servo problems.
Any ideas? Thanks!
Comments
Try
Thanks for your help!