01-08-2020 02:17 AM - edited 01-08-2020 02:20 AM
Hello, I have the following labview VI (look at the file).
I am acquiring data from a data-acquisition board, and receiving the data in a chart in labview. However, when I run the program and receive the data in the chart, the x-axis only gives me data in the range of 0ms - 1s. How do I extend my range, so that I can practically keep receiving data for a very long time, instead of just 1 second?
If the program doesn't work for you I have also attached a picture.
Solved! Go to Solution.
01-08-2020 02:32 AM
You have a graph, not a chart. Big difference! Maybe you want a chart which keeps the last N data points, scrolling forever as new data arrives, discarding the oldest..
In any case, "forever" will not fit, because you'll run out of memory.
01-08-2020 02:40 AM - edited 01-08-2020 02:43 AM
Alright that helped a little, but now I've run into another problem (see picture).
Now the time on the x-axis is really weird. How do I make it so the graph starts at 0 and then continue on from there, and not start at 3661317.... as it does on the picture.
01-08-2020 03:14 AM
Hi Brosa,
several things to change: