Micro Maestro 6 shut off servos

Hello,
I’m using micro maestro 6 to set position of robotic arms. After set this position I want turn off the servos in my c++ code, I was thinking in something similar to “Go Home” command but in place of set a home position, it cuts the power. Is that possible? Any one know how to set such command?

Hello.

The Maestro does not directly control the power to your servos, so there is no command you can give to cut their power. You could try sending a Set Target value of 0 to turn off pulses to that channel. Most servos should stop at that point.

-Brandon