LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Hide and view data in a table via the plot visibility checkboxes.

Hi All,

 

My apologies if this was covered elsewhere. I could not find it in my brief search. I will keep searching as you mull this over.

 

I am looking at data from a test station and when I click the plot visible button, the data disappears from each graph. I am trying to get the corresponding data to disappear from the summary table as well.  However, I'd like to be able to toggle the summary data to appear and disappear, same as the chart data. I'm sure it's pretty straight forward, but I'm just kind of stumped today. 

 

Ultimately the VI will output a datasheet for each visible "good" curve with it's corresponding Summary data, after removing the "bad" devices from the list..

 

Thanks in advance for your thoughts.

0 Kudos
Message 1 of 2
(883 Views)

You can use Plot Attribute Change event which will fire every time the user changes the visibity of one plot and then with property nodes you can check which plots are visible and which not and update the table accordingly.

Lucian
CLA
Message 2 of 2
(876 Views)