LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Select Signals VI and radio buttons

Solved!
Go to solution

I am looking for a simple example of connecting a radio button control to a "select signals" express VI.  The radio button selected would in turn select the appropriate signal to pass on to a waveform chart.

0 Kudos
Message 1 of 3
(2,671 Views)

Hi phantom41,

 

I am not sure how to do it on an Express VI but if you just need to display some waveforms in your vi with radio buttons that can be done. Kindly refer the attached VI.

 

(Tick the radio buttons one at a time as this vi is just to make you understand its usage. There is no algorithm included to detect multiple ticks)

 

Regards,

Nitzz

(Give Kudos to good Answers and Mark it as a Soultion if your problem is Solved;)) 

Message 2 of 3
(2,655 Views)
Solution
Accepted by topic author phantom41

Like this:

 

 

Essentially you just need to convert the numeric value of the radio button control to its binary equivalent.

 

 

Message 3 of 3
(2,647 Views)