09-03-2010 03:14 PM
I have generated an array by 'enabling indexing' of a while loop in labview. how I can use the data in the array as the frequency input of basic function generator ? For example, my array contains data '1, 10, 100, and 1000''. The function generator should give output frequencies 1 Hz, 10 Hz, 100 Hz and 1000 Hz, sequentially
09-03-2010 03:51 PM
Why don't you just put the function generator code inside the loop and skip creating an array?