LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

convert 1D waveform to 2D waveform

Solved!
Go to solution

My apologies. That did get the graph waveform before being written to daqmx write (see pic pev) to start at the same t0 but you will notice some are inverted others doesnt start at the origin. And when I read it and process it. it looks totally different. see pic puv.png.

Download All
0 Kudos
Message 11 of 13
(667 Views)
Solution
Accepted by topic author ritch_by_nature

This is expected behavior from the Basic Function Generator. It will append to the last generated waveform.

What you actually want to do is generate your function outside of the loop instead of regenerating a continuing sine function.

 

(i.e. have your Sine function generated before going into the loop. Still do the insertion inside of the loop.)

alternatively, you can make sure you generate an integer number of waveforms in your sample so that the origins match up.

Message 12 of 13
(662 Views)

Thanks taki. that works... kudos for you

0 Kudos
Message 13 of 13
(649 Views)