SSC-32 Testing

Hi,
I am testing the SSC-32 and I was carring out the section of Testing the Controller in the SSC-32 Manual. I was completing the step below:

*Type the following:
#0 P750 #1 P1000 T3000

You should notice servo 0 moving CW slowly and servo 1 moving CCW a bit faster. They will arrive at their destinations at the same time even though they are moving different distances.*

My servos do arrive at their destination at the same time but they rotated in the same direction which was counter clock wise. I have a picture of the screen below. Am I doing something wrong here?

yes. your program shows exactly what you explained.

a servo center pulse is 1500!
either side of this will give you CCW/CW rotations.

your code should be something like this:

#0 P750 #1 P1900 T3000 <cr>

-+1500!

Thanks again another problem solved :smiley: I tried that and it worked perfect. I must be a typo that’s in the manual which is incorrect.

The error in the manual has been fixed. Sorry for the mistake.