03-18-2015 09:34 AM - edited 03-18-2015 09:35 AM
Hey all,
I've used Labview to set up a waveform generator using the "Basic FuncGen" VI, (WF Gen.png) and am looking to make a modification to the waveform. Currently, I have my VI set up to generate a square wave of a specified frequency and number of cycles. So, a 1000 Hz waveform for 1000 cycles would run for one second. My question is: how would I go about putting a few zero V points between each cycle? I attached a pic to show what I mean (Signal.png).
Thanks.
TG
Solved! Go to Solution.
03-18-2015 09:38 AM
You will need to generate multiple waveforms and use Append Waveform.
03-18-2015 09:48 AM
So, basically, generate a single period, add a point or two of 0V at the end of that period, then loop the whole thing for n loops, where n=specified # of cycles, and append onto the first?
I think that's what you're saying. Sounds like a pain. Oh well.
Thanks.
TG