12-25-2008 04:55 AM
12-25-2008 08:29 AM
hello,
for better understanding send vi you already realized
@+
Tinnitus
12-25-2008 09:14 AM
12-26-2008 02:50 AM
12-26-2008 06:50 AM
12-26-2008 09:46 AM
The Write to Spreadsheet function is on the File I/O palette. If you just want the array results saved, wire the DBL array from the sweep function to the 1D Data input of Write to Spreadsheet. To include the start and stop frequencies, you do inlcude them in a couple of different ways. You can use separate Write to Text File functions or create a 2D array from the start/stop/data and wire that to the 2D Data input of the the Write to Spreadsheet.
Why don't you look at the shipping examples of file writes and give it a try. Post back and attach you code if you get stuck.
12-28-2008 10:03 AM
12-31-2008 02:40 AM
Hi,
I couldn't carry out the steps you mentioned. I have trying to solve since monday but I couldn't be succesful. I attached the hp4192a sweep.vi function I tried to modify. hovewer its run array was broken. Please, could you help me about this trouble. thans a lot...
12-31-2008 09:09 AM
If you click on the Run button it will tell you what the problem is. The problem is that your Concatenate Strings function has three inputs, but you've only wired 2 of them. I don't understand why you're doing all that instead of just using the Write to Spreadsheet File like Dennis said. That's just one VI.
To learn more about LabVIEW it is recommended that you go through the tutorial(s) and look over the material in the NI Developer Zone's Learning Center which provides links to other materials and other tutorials. You can also take the online courses for free.
12-31-2008 11:07 AM - edited 12-31-2008 11:07 AM
Something like this is what you should be doing.