Hello,
I’m having trouble creating real time graphics. I mean “real time” as a graphic that add every second a new information. I hope someone can help me. I’m using LabVIEW 8.5.
For every second my application receives telemetry data (temperature, pressure, GPS, etc.) and it shows to the user in graphic form (temperature x time, pressure x time, latitude x time, etc.). I managed to create real time graphics using “XY Graphs” and arrays but my application runs for hours and days, so it gets really slow since arrays consume lots of memory in a long run. I want to create real time graphics without this slow performance.
“Waveform Charts” are not the best in this application because it shows only a limited number of points. I want to make possible to the user see anytime what happened in determined time of the experiment.
Does somebody have a suggestion? What are the available ways of creating a graphic?
Thank you very much!