02-27-2012 05:11 PM
When programming the servos for my robot I wanted to have item running in opposite directions while moving on the same button. Since I'm using the new labview I can't program more than one action on each button, so I used the Y-Splitter to solve that problem. But no matter what I do, the servos still run simultaneously in the same direction. How do I invert one of the Servos?
02-28-2012 11:37 AM
Hey Viva31,
I would set it up so you wire your button to a case structure and inside of that case structure you write out different values to the different servo outputs. This would be the programming solution and you would need to wire servos to individual outputs so they can be controlled independently.