04-26-2008 10:09 AM
04-26-2008 08:45 PM
You are building an array of waveforms which creates a graph of two waveforms. What you want is the append waveforms VI off the waveform palette. This appends one waveform to the other.
Also take a look at how you are creating the two waveforms. You are appending samples for the sample info for the sinewave generation for the 1st waveform, but are adding the extra delay samples to the 2nd waveform's Y array.
04-27-2008 12:45 AM
04-27-2008 03:15 AM - edited 04-27-2008 03:16 AM
04-27-2008 10:22 PM
imperial-aero wrote:
The problem is when I run the VI, I can see the time delay between the two waveforms, but the second waveform does not produce a sine wave after the time delay.
04-27-2008 10:31 PM - edited 04-27-2008 10:32 PM