LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Clearing graphs

How can i programmatically clear graphs? i need to clear it for every run.
Thanks
Sridhar
0 Kudos
Message 1 of 3
(2,532 Views)
You can find good details in Labview folder\examples\general\graphs\charts.llb
(How to clear charts & graphs.VI)
Good luck !
Message 2 of 3
(2,532 Views)
You can clear a graph wiring an empty constant to it, even directly using a case structure (only executing this case when exiting) or using a local variable, so that it is the last action you execute. I would bet for the first, having a clear graph state can be interesting if you want to clear it at any point.
Hope this helps
Message 3 of 3
(2,532 Views)