|
Re: How do you wire a Kick motor in labview?
Quote:
Originally Posted by K Lenox
My mentor wanted to acually try if there was a componet to convert 3 digitial inputs and converts it to a decimal value output, which we will use in a case statement to program the robot to run one of three Autonomous Modes.
Kyle Lenox
|
Yes there is
In the case statement you can set each case to for a range of values like
1..3 or ..-1 or 1..
or for selected values like
1,3,5,7
__________________
Omar
Last edited by Omar : 15-02-2010 at 17:18.
|