LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Continuously plotting a chart

Hi

I am plotting data in chart continuously over time. My data comes from a VI, that dynamically runs in the background. When I close the VI with the chart and open it again, the chart plots a jump for that time period, in which i left the VI.

Is there any way, to let the VI plot coninuously, even when leaving it in between?

Thanks
0 Kudos
Message 1 of 2
(2,477 Views)
You will either have to run the VI even when it's front panel is closed (so a close just hides the front panel) or switch to a graph and have it get the data from e.g. a circular buffer that you continously update from the dynamic VI.
Message 2 of 2
(2,477 Views)