LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Efficient way to select signals from dynamic data

Solved!
Go to solution

Is there a more efficient way to select certain signal combinations from dynamic data than splitting all signals and checking them with a case statement and then merging the signals back up?

 

The "Select Signals" express vi from the signal manipulation palette seem to works, but it is only good for a predefined set of signals. I want the user to be able to show easily what signals they want. 

 

Thanks for any comments or suggestions.

0 Kudos
Message 1 of 3
(2,751 Views)
Solution
Accepted by topic author Yun2
The Select Signals Express VI has a "Selector Input" where you can wire what you want to select programmatically. Take a look at the "Select Signals" example that ships with LabVIEW.
Message 2 of 3
(2,729 Views)
Thanks for suggesting the examples. I will be sure to look there in addition to the help section.
0 Kudos
Message 3 of 3
(2,688 Views)