|
Re: is there a way to invert a motor live?
The motor open command only occurs once. You cannot change the boolean real time as the motor open should be in the begin VI that is only run once.
One way to do it is to run your joystick wire through a true-false case statement and multiply it by -1 (or use the negate icon in the math menu) when you push a button.
|