LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Delay in labview

How to introduce delay in a while loop of LabVIEW?
0 Kudos
Message 1 of 13
(34,339 Views)

Hi sukhiray,

you can use the "Wait" or "Wait Until next..." function. See also this link please. Smiley Wink

 

Mike

Message 2 of 13
(34,337 Views)
Message Edited by muks on 09-02-2008 03:28 AM
0 Kudos
Message 3 of 13
(34,315 Views)

after using the while loop to a phase delay, I have no delay after the display of signals. I have use this code attached17487iF6E882DDFB6D753A

0 Kudos
Message 4 of 13
(33,107 Views)

If you want to simulate a delay in the signal, you have to modify the signal. Your wait does nothing to change the t0 or append data to the front of the waveform. Not sure what exactly you want to do.

0 Kudos
Message 5 of 13
(33,091 Views)

I really wante to make a late phase shifter for a pulse compressor. and for this  I have to delay several time a pulse, these signals that I obtain, I must submit them  to a treatment. the problem is that i don't know how to make a delay for this pulse.

thank you for your help.
0 Kudos
Message 6 of 13
(33,081 Views)

to explain, I want to generate different  delayed signals from one square wave.

if you have any idea you can help me.

0 Kudos
Message 7 of 13
(33,067 Views)

to explain, I want to generate different  delayed signals from one square wave.

if you have any idea you can help me.

0 Kudos
Message 8 of 13
(33,064 Views)

You want to delay a physical output after an acquisition? Then you would do something similar to your code except add the function that writes the pulse. If you use the Delay function, you will use the error in/error out connections to enforce dataflow. To simulate it, add another Square Waveform function. The while loop in your code does nothing so you can eliminate that.

0 Kudos
Message 9 of 13
(33,063 Views)

Maybe this will help you. When you generate the square wave, you can add a phase to it.

 

17489i24F4E633FC230E22

0 Kudos
Message 10 of 13
(33,054 Views)