LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

lining up a reference trace too muliple input signals

I have three inputs which are sychronized by a reference signal. These three inputs don't happen in the same time domain. Is there a way to graphical align all three inputs to the reference signal so that the reference signal alligned regardless of the time?

Cheers
0 Kudos
Message 1 of 2
(2,478 Views)
> I have three inputs which are sychronized by a reference signal.
> These three inputs don't happen in the same time domain. Is there a
> way to graphical align all three inputs to the reference signal so
> that the reference signal alligned regardless of the time?
>

If you simply want this done on the graph, and the signals are stored in
a waveform datatype, you can popup on the graph and choose to Ignore
Timestamp. This will substitute 0 for the t0 field in the waveform.

Another option of course is to modify the data on the diagram. You can
place any value you like into t0, and if they are the same, the
waveforms will line up on their initial point.

Greg McKaskle
0 Kudos
Message 2 of 2
(2,478 Views)