08-03-2009 11:56 AM
Hello, I just started using LabVIEW a couple of weeks ago and I've run into a snag.
I am reading in four input channels on a NI USB-6009 using the DAQ Assistant. I am able to select which channels to display using the Select Signals Express VI and a boolean array input. However, I would like to do some basic measurements (voltage, frequency, phase) by selecting each channel individually. I've tried to use Numeric Control, Menu Ring, and Enum inputs, but they all do the same thing: when the input is equal to or less than zero, Select Signals returns no signals, and when the input is one or greater, it returns only the first channel. How do I get Select Signals to return channel 1 when I input 1, channel 2 when I input 2, etc...?
08-03-2009 12:11 PM
08-03-2009 12:21 PM
Here it is.
08-03-2009 12:22 PM
08-03-2009 12:22 PM
Why don't you want to use a Boolean Array?
Look at how that Express VI is being used by opening up the example Select Signals.vi in the Example Finder.
08-03-2009 12:29 PM
08-03-2009 12:43 PM
Re: smercurio_fc
Thanks, that works pretty well.
05-13-2011 09:05 AM
Hellow i am having ten signal and i what to use only one display(graph) to show one signal at a time by using push button at signal.if one button is active the selected signal should be displayed and other signal should not be displayed i need your help
05-13-2011 09:30 AM
Replace the ring control with a radio button group.
05-16-2011
05:46 PM
- last edited on
07-21-2025
04:30 PM
by
Content Cleaner
Hi Fil-Leep,
You may want to check the LabVIEW Help on Radio Button Controls for a basic discussion of setting up a Radio Buttons and how they are used. This article will also point you to a couple of examples in LabVIEW illustrating the use of Radio Buttons.
I hope that helps!