I use labview to measure the phase/magnitude response of a sine wave - I use the 'start with swept sine'.vi (example file) - I would like to add an export to excel (or text) function - I guess it is relatively easy to do but I am totally unaware of labview programing! any help? any ideas? I just want 3 columns: frequency, mag, phase
There's a function in labview called "Write to spreadsheet file" that enables you to write to a worksheet as you require. I suggest you right click on it and choose the "help option". There you'll find a detailed description of how to use this function. There's also an example available (click on "open example" at the bottom of the help window).