You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: