LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

simulating a sinus-signal in a graph

from a DAQ we get a sinus-signal.
the incometime of the singal is variable and the signal was shown in a graph but the real time is not the same as the time which is printed on the x-axle of the graph. my question is how can we get the real time on the x-axle?
0 Kudos
Message 1 of 2
(2,592 Views)
either build a Waveform (using the Build Waveform VIs) and supply the initial time, and delta T. Or use the waveform Graph, and a bundle to supply the array of data with a initial time, and the delta T.

LabVIEW ships with an example called Waveform Graph that illustrates the various ways to transform the data that is shown on the graph. The middle graphs show what you are looking for.

Also, the LabVIEW help (which is excellent!) describes what you need to do in great detail. Just look for Waveform Graphs.
Message 2 of 2
(2,592 Views)