Hello Phidget Forms,
I have an 16X RC Servo Phidget (RCC1000_0) board version 110.
Imagine the following scenario:
[*] getPosition(), returns 0.0°
[*] setVelocityLimit(5.0)
[*] setTargetPosition(180.0)
[*] wait 1 second
[*] the bug - getPosition(), returns 0.0°
[*] wait 1 second
[*] the bug - getPosition(), returns 0.0°
[*] wait until motion completion
[*] getPosition(), returns ~180.0°
In other words, I found getPosition() doesn't work when the servo is moving.
Can you please confirm this is the current behavior? Or what am I doing wrong?
Thank you in advance!