I have an 16X RC Servo Phidget (RCC1000_0), board version 110.
I am using a servo motor (https://www.amazon.com/gp/product/B076CNKQX4/), that when left powered, gets hot over time.
My setup is such that after motion, the servo has no load. To increase the lifetime of my servo, I am trying to relax the servo after motion.
The RC Servo API documentation says this under setEngaged().
Thus, I am using this command:This property is useful for relaxing a servo once it has reached a given position.
Code: Select all
servo.setEngaged(False)
What am I doing wrong or missing? How does servo engaged/disengaged work under the hood?