My Program periodically sends data in form of an array to a waveform chart
to display the data.
I want the newer data to overwrite the older, so that always only the last
array of data is displayed.
Therefore I have to clear the actual chart, otherwise LabView puts the data
in row behind each other.
How can I do this?
I found no proper property in the property node that could help me.
Or are there other possibilities?
Thx for help,
Daniel