LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

time delay between the generated identical waveforms

Solved!
Go to solution

Hi everyone. I want to generate voltages by use of NI USB-X 6353. When I tried to use example vi "Voltage - Finite output.vi", I realized that there is a time delay between two generated waveforms. This is an undesired situation for our application. Why does this delay occur? How do I make it to generate simultaneously?

 

waveform.png

Egemen
0 Kudos
Message 1 of 3
(2,577 Views)
Solution
Accepted by topic author newbieeng

On the Basic Function Generator VI there is an input called Reset Signal.  Set that to TRUE.  What is happening is your second waveform is just being a continuation of the first.  Since the parameters for the first waveform say it needs a little more dead time, you get that dead time at the beginning of your second waveform.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 2 of 3
(2,551 Views)

Thank you very much Crossrulz. I get it.

Egemen
0 Kudos
Message 3 of 3
(2,545 Views)