LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

i would like to plot my data, being read from a daq board.

The data should not move off the graph, as i would like to be able to see the whole graph from start, to current. The x-axis would be 24 points, indicating each hour of the day, and the y-axis would be from 0 to 40.
what type of graph do i use and howdo i go about it. I've tried profudely, but can only get part of it right. A demo if possible will be greatly appreciated.
0 Kudos
Message 1 of 3
(2,541 Views)
First, get formatting of the x axis. Put it on relative time and precision 0. Next, from the palette, set both x and y autoscaling off (two buttons with a blocking control). Then, put the last value of x as 23:59:59 and in the y axis the last value should be 40. Now if you wire data to it, it won't autoscale, and you'll see data going on.
Hope this helps
0 Kudos
Message 2 of 3
(2,541 Views)
This should be a XY graph and you must wire seconds (0 to 24*60*60) in the x axis
0 Kudos
Message 3 of 3
(2,541 Views)