01-29-2013 05:29 AM
Hi all,
Does anybody know how to clear a XY graph in a subpanel? I have a sub VI that acquires some data and shows it in a XY graph (and clears graph after each iteration). The main VI calls that subVI but it seems to remember all previous data stored in the XY graph and do not clear it. I've tryed to reload the subvi but doesn't work.
Thanks
01-29-2013 05:48 AM
If you set the subvi's Properties > Execution > "Clear indicators when called " property to true, does that clear the XY graph when first launched? Make sure the graphs default data is a clear graph too (manually clear the graph data, then set as default data, save subVI).
01-29-2013 06:25 AM
Thanks, but it does not work that way as well.
01-29-2013 07:43 AM