|
Re: Button Programming Error?
Rather than opening the motors repeatedly for each case, I would instead have a single Open Motor for each outside of the loop and a single Set Speed for each within the loop, and simply have the speed values as the case selects.
Instead of doing 2 seperate cases structures for identical motors, also just use an Or operator on the selector input for the button inputs.
__________________
Last edited by Cuse : 03-04-2009 at 14:53.
Reason: Added modified VI
|