LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to generate two analog square output with one delayed

I want two analog square outputs, not simutaneously, with a delay around 50ms, how can I do it? Thanks!
0 Kudos
Message 1 of 2
(2,480 Views)
Use from Analyze >> Signal Processing >> Signal Generation the Square wave.vi. You have to calculate the "phase in" from your delay and frequency. Call this VI twice first with phase 0 and then with the calculated phase. You will get two arrays. Build a 2D-array from them transpose it and put it in AO write.vi.

Waldemar
Waldemar

Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
Don't forget to give Kudos to good answers and/or questions
0 Kudos
Message 2 of 2
(2,480 Views)