11-12-2012 07:18 AM
Hi,
After reading two signals from input by use of DAQ assistant, I want to make some delay between 1st and 2nd signal,would you please tell me how I can do it ?!
thanks
11-12-2012 10:17 AM
Please explain on more detail. Do you want to add an artificial delay between the measurements? Are you reading one data point, multiple points, waveform?
11-12-2012 10:20 AM
I guess you could use the Wait (ms) vi from Programming -> Timing and specify the number of milliseconds you want to wait for.
You could put it so that it waits before reading the second signal.
But again, you should be a little more specific
11-13-2012 01:50 AM
Infact I have two input signals which are waveform, and first read both of them and determine their amplitude,frequency and phase, then after calculation the phase difference between these signals I have make time delay between signals to see the effect of that on my circuit,(some kind of feedback; because by changing the phase difference between these two signals respond of my circuit is changing,that's why I want to implement time delay) .
hope that my explenation is understandable and sorry if my english is nt good 🙂
thanks for reply and help
11-13-2012 07:23 AM
So are you outputting the new waveforms through an AO as a feedback?
11-13-2012 07:30 AM
as far as I think I can not put a delay on original signal before putting that in output, So I output the new waveform 😞
do you have any idea about outputting the original signal with delay?! if so, it would be great