Come on someone has to know how to make the motor run off the trigger here is the simple motor program now can someone tell me how to make it into one with a buttonhttp://www.chiefdelphi.com/media/img/e80/e8026f7bf467f6abbfeff99ca5e7c8c8_l.jpg
There’s a couple threads you could read through that will help you get closer to your answer:
http://www.chiefdelphi.com/forums/showthread.php?t=72593
http://www.chiefdelphi.com/forums/showthread.php?t=72304
… and there’s probably a few more… I’d give you some pictures and more specific advice, but I really have to go to bed. … If you’re question goes unanswered I’ll get you more specifics tomorrow after school.
- Austin
this attached file is all you need. use the joystick get vi. use the unbundle by name vi it’s under the cluster, class, and variant pallette. hook this up to the button output of the joystick. hook the output of the button to a boolean to vi its under the boolean palette and finally hook the output of the boolean to to the speed input of the set speed vi.
Untitled 1.vi (27.5 KB)
Untitled 1.vi (27.5 KB)
ok thanks that did exactly what i wanted now next question how do change the direction? please
You’re really looking for something like my post here: http://www.chiefdelphi.com/forums/showpost.php?p=809705&postcount=2
If you only want one direction, you only need one button and one select block. So you’d just delete the upper right hand select block and wire the lower select block to the set speed vi.
Thanks it works!!!