Problems with connecting a Servo to am Mega Board with Ramps
Hello,
I have some problems to connect a servo to am Ramps Board.
I activate Servos in configuration.h and I activate the servo ui. I connect the servo signal to pin 11 on the board an the servo has an own power supply.
If I send M340 P0 S1000 R500 with Repetier Host the servo turns to max position and stays their. He does it all the time during I change the S-Value in the M-Code.
What is wrong with my Control
I have some problems to connect a servo to am Ramps Board.
I activate Servos in configuration.h and I activate the servo ui. I connect the servo signal to pin 11 on the board an the servo has an own power supply.
If I send M340 P0 S1000 R500 with Repetier Host the servo turns to max position and stays their. He does it all the time during I change the S-Value in the M-Code.
What is wrong with my Control
Comments
What is the servo behaviour if it gets no signal at all? I mean move to center manually and add power with no signal. In your gcode you disable the signal after 500ms. Try S500 and S1500 which are the official extreme values. Should make at least a short move. If not use a multimeter to see if voltage on pin 11 changes or not. With S2500 i would expect 0.625V and at 500 it should be 0,125V.
The Servo dont move with no signal an still stays in the position which I put him by hand. If I use the Servo Contorl UI or I send a M340 command the servo turns to the max position.