LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Waveform graph x scale

Hello,

I am using a waveform graph.  My x scale is the time value of data being taken.
I want the x scale to start at zero and my oldest data being displayed first.

In other words a progessive flow of how data is seen on a graph starting from when the data was first
taken to eventually newest data on the right side of the graph.

Right now the graph does the opposite with my newest data displaying first.

Please ...using a chart is NOT an option as I need cursors.

Many Thanks !!
0 Kudos
Message 1 of 4
(2,880 Views)


@ugman wrote:
Right now the graph does the opposite with my newest data displaying first.


Are you inverting the array before sending it to the graph?  or....  how do you store the values which go to the graph?

Typically, values on a graph progress in time, thus the newest value is on the right.

Can you post your vi?

Message 2 of 4
(2,877 Views)
I didn't add the library files

Message Edited by ugman on 06-20-2007 02:31 PM

0 Kudos
Message 3 of 4
(2,876 Views)
Simply invert the wires at the build array located just before the Graph :)

Message Edited by JoeLabView on 06-20-2007 03:44 PM

Message 4 of 4
(2,866 Views)