|
Re: HELP: 2 Motors 1 Button in LabVIEW
The issue is, you have multiple values going into those motors at one time. If button 4 is not pressed and the trigger is pressed you are feeding both a value of 0 and a value of -1 into x motor at the same instant. You'll need to set the code up so you only have one set for each motor being used at any given time.
|