![]() |
Motor Sequence?
How can i program a cim motor to run continuously with one button on the joystick and to stop with another button?
Any help is appreciated! |
Re: Motor Sequence?
Well if you are coding in Java I can help you
so in the teleop continuous phase use these lines of code: if(joystick.getRawButton(BUTTON_NUMBER)) { jaguarName.set(MOTOR SPEED) } if(joystick.getRawButton(NEW BUTTON_NUMBER)) { jaguarName.set(0) } |
Re: Motor Sequence?
Thanks but we are using LabVIEW
|
Re: Motor Sequence?
1 Attachment(s)
Quote:
|
Re: Motor Sequence?
Thanks, but does the motor have to be connected to the program?
And what connects to the right side of the wire furthest to the right? |
Re: Motor Sequence?
Yes, the output of the upper T/F selector is wired to the Output value of Motor Set Output.
|
| All times are GMT -5. The time now is 11:20. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi