05-02-2007 10:24 AM
05-02-2007 11:16 AM
05-02-2007 12:06 PM
05-02-2007 12:18 PM
Don't have to shout.![]()
Did you also download the driver for the 33120A? I would recomend you do that as well. One of the functions is ag33xxx - config Waveform. This has a frequency input control. You can put the function gen and scope VIs inside a loop and increment the frequency with each iteration of the loop. There are several ways to do that. You can create an array of values and with each iteration, you index the next frequency value out of the array. You can also do it with a calculation. You can provide a start value, an increment, and a final value. You would wire your start value to a shift register and with each iteration, add the step size, and terminate the while loop when the value in the shift register is greater or equal to the final value.
05-02-2007 12:24 PM
05-02-2007 12:35 PM