05-11-2022 01:49 PM
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.
05-11-2022 01:58 PM
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.