LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Generate two sine waves with time delay

I have not been using the waveform generation tools so I hope this is an easy one for somebody.  I want to create two sine waves at different frequencies say F1 = 1.00 KHz and a second at F2 = 1.20 KHz.  I know that to combine them into one I can just add them.  Them problem I have is that I want F1 to start first then a few millisecond later have F2 sum into F1.
 
T0 = F1
T0 + Delay = F1 + F2
 
Is there a VI capable of a time delay?  Tried to sum individual signals together but seems more difficult because of the waveform cluster format.
 
Any help is appreciated,
 
Matt
Matthew Fitzsimons

Certified LabVIEW Architect
LabVIEW 6.1 ... 2013, LVOOP, GOOP, TestStand, DAQ, and Vison
0 Kudos
Message 1 of 3
(3,529 Views)
Would the attached VI work for you?
Message 2 of 3
(3,517 Views)
Looks like it will work just fine.
 
Many Thanks,
 
Matt
Matthew Fitzsimons

Certified LabVIEW Architect
LabVIEW 6.1 ... 2013, LVOOP, GOOP, TestStand, DAQ, and Vison
0 Kudos
Message 3 of 3
(3,504 Views)