Hi!
In my application I have a VI in which I'm generating waveforms until the user presses a stop button. The data created is continuously displayed in a waveform chart.
I would have expected that the memory allocated to store and display data in the chart would be deallocated when the VI stops running. But obviously, looking at the Windows Task Manager it's not what's happening. I tried to force the data to be deallocated using these processes :
- write the chart property node "History" with an empty array
- write an empty array in the chart
- reinitialize the chart to its default value
- use the Deallocate Memory VI
None of these technics worked. Does somebody have an idea ?