LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I plot a waveform, using as input 2 1-D arrays. One of the array is has the plot values and the second array has the time values?

Hi,

Just to clarify, my aim is to make an arbitrary waveform from an input file that I will parse to form the 2 1-D arrays for the plot values(y-axis) and time values(x-axis)
0 Kudos
Message 2 of 4
(3,087 Views)

Just use an XY Graph and wire up the arrays to a bundle function per the instructions of the context help.

Message Edited by Dennis Knutson on 10-17-2007 11:10 AM

0 Kudos
Message 3 of 4
(3,083 Views)
Have you actually looked at the graphing examples that ship with LabVIEW? You can simply use an XY graph. If your time data is uniform you can also just use a waveform graph. Read the LabVIEW Help. It explains these graphs.
0 Kudos
Message 4 of 4
(3,080 Views)