LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to select data to be displayed

Hello,
I have a data acquistion VI that collects 50-100 parameters and writes them to a data file every second. In addition, I would like the end user to choose which parameters he wants to display from menus on the front panel. How can I do this? Thanks.
Jill
0 Kudos
Message 1 of 4
(2,729 Views)
Here's one way to do it.   You could replace the data selector knob with an enumerated list as well.
 
Eric
0 Kudos
Message 2 of 4
(2,705 Views)
New improved version.
0 Kudos
Message 3 of 4
(2,702 Views)

Thanks SteelStonehenge,

That is a similar to what I want to do. I will fool with it later (Ive got some other issues to deal with at this moment) but I think if I can create an array of enums, allowing the user to select maybe 5 parameters that they want to see in a strip chart, it will do what I need. THanks again.

0 Kudos
Message 4 of 4
(2,691 Views)