Log in

View Full Version : Labview help


Robbie Robinson
23-01-2012, 18:46
It's my first year with labview and i'm still trying to learn a thing or two. One thing that has had me stumped for a while is that I am trying to get our tank drive to only go backwards. How do I set the variables for this?

inkspell4
23-01-2012, 19:25
You could try replacing the inputs for the joysticks with -127 witch should send a signal for full reverse on the joysticks and thus make the motors turn in reverse. Have you attempted declaring each motor individually then making it into a drive using its existing motor property.
::rtm::

Alan Anderson
23-01-2012, 23:45
What you want to do is unclear. Are you trying to prevent the driver from commanding the robot to go forward? Are you trying to write an autonomous routine?