
mgodsell1973
As many of you will (painfully) know I am learning loads and asking lots of questions, I would apologise, but if you don't ask you may never really know.
So here goes another question.
Whilst looking into servo speeds in the ez script help i noticed something wierd and was wondering if I am missing something.
ServoSpeed (servoPort, speed)
Set the speed of servo or PWM. This is the speed to move between positions.
The servo speed is a number between 0 (fastest) and 10 (slowest)
*Note: If the ServoSpeed command is being used in an initialization script, ensure the servo positions are set first. This is because with ServoSpeed, it moves from a position, to a position, at the specified speed. If there is no previous position (such as during power-on), the software assumes the position is 0.
Example: ServoSpeed(D14, 25)
It says that the servo speed is a number between 0 and 10, yet the example clearly gives a numeric value of 25 on port D14?
Am I miss reading this?
Confused *confused*
If no one answers by this weekend, I'll put it back together and try it out.
Alan