06-14-2010 10:58 AM
I am a very newbie LabView user. I am trying to build a control component using a single 4 position input (a dial (0 thru 3) that outputs a 4 bit result based on the input. What control do I need to use?
The table looks like this:
inputs |outputs
4H | Open | Open | Open | Ground |
2H | Ground | Open | Ground | Ground |
N | Ground | Ground | Ground | Open |
4L | Ground | Ground | Open | Open |
Solved! Go to Solution.
06-14-2010 11:14 AM - edited 06-14-2010 11:17 AM
Eric, please look at the attached VI.
Is this what you would like?
In my example True=Open and False=Ground
06-14-2010 11:20 AM
06-14-2010 11:28 AM
That would depend on your hardware.
What hardware are you using?
You could use the "DAQmx Write" function in this palette:
Measurement I/O >> DAQmx - Data Aquisition
06-14-2010 12:06 PM