LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do i plot a graph after se;ecting a cell in an array

Hi

I want to select a cell and then plot a single graph?

Thank you.
0 Kudos
Message 1 of 5
(2,772 Views)
Hi Adrian. Your question isn't clear enough. Which data do you want to use to plot the graph?

___________________
Try to take over the world!
0 Kudos
Message 2 of 5
(2,758 Views)
Hi Adrian. Your question isn't clear enough.
Which data do you want to use to plot the graph?

___________________
Try to take over the world!
0 Kudos
Message 3 of 5
(2,757 Views)
Hi

In my array,I have values. Each of those values has two graphs associated with it. I was wondering how to plot these graphs while selecting a cell?

Thank you.
0 Kudos
Message 4 of 5
(2,745 Views)
If you want to get the data you should use the Index Array or Array Subset functions.
If you want to know what your selection is, create a property node for the array and use the Selection start and Selection size properties and wire this data into the Array subset VI.

___________________
Try to take over the world!
0 Kudos
Message 5 of 5
(2,734 Views)