Hi!
In my program Im recieving sampled data from hardware
via COM port.
If I want to display the data (voltage values) in
"realtime", continously, Is it possible to use
"waveform graph"? It seems to me that only "waveform chart" can be doing that. Can "waveform graph" only handle "finished" arrays(finished means "loop is done" and no more data to enter the array)?
The reason I ask this is that I want to have a correct timeaxle according to samplerate from hardware.
To be able to have correct time between the plots I am maybe forced to read data a certain time and when this time is reached the array is done and I can use the "waveform graph with bundle"?
Thanks Fredda