Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Advanced Servo Velocity/Acceleration Issues #65

Open
jackstephens87 opened this issue Sep 3, 2017 · 2 comments
Open

Advanced Servo Velocity/Acceleration Issues #65

jackstephens87 opened this issue Sep 3, 2017 · 2 comments

Comments

@jackstephens87
Copy link

Hi,

I have been playing with phidget API and have used the corresponding example "advancedServo.js" as a starting point to get the Advanced Servo unit working.
Using the set method I can successfully get the Position changed and working as expected:

Object.set(
{
type:'Position',
key:'0',
value:degrees
}
);

However, when trying to set Velocity and Acceleration using the same method I cannot get these to show any change. This involves changing parameters: - Velocity, VelocityMax, VelocityMaxLimit, AccelerationMax. The stored values are updating correctly for these parameters, however there is no change to speed of motor.

@RIAEvangelist
Copy link
Owner

Hmmm, which servo did you have this issue with?

@jackstephens87
Copy link
Author

It was with the AdvancedServo 1066[1]

This is connected to motor HS-422.

Kind Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants