03-01-2008 05:52 PM - edited 03-01-2008 05:53 PM
03-01-2008 06:31 PM
I don't understand at all your comments. You create a single waveform and then make an array with 4 elements from it. Each waveform in the array will be identical. Then you do a save of the waveform array and the results have a single time column (by your selection) and 4 columns of data that are identical. Each column is one of the waveforms. Everything that you have created is in the file. Even if you had 4 different waveforms, you would need to specify separate time columns in the Write to Measurement File. It also doesn't make any sense to record each waveform since each are the same.
The file created by the Write to Spreadsheet are correct as well. You create a column of time data and a single column of Y data inside the while loop. You pass that out and write it and that is what is inside the text file.
03-01-2008 07:06 PM
03-01-2008 09:09 PM
03-02-2008 03:49 AM
Thank you for the help Dennis. I've now set up the file that has more columns (picture attached). I've got the column width problem with this file as well. I've attached a picture to show you what I mean.
I realise that they are different because of the negative sign associated with some of the numbers. So, I guess what I really want is that both the negative and positive numbers to have the same number of characters. But this would mean that the negative numbers will have less significant figures wouldn't it? And also, how will I go about achieving this?
Cheers.
03-12-2008 05:41 PM

03-12-2008 05:47 PM
03-12-2008 09:03 PM
03-12-2008 09:06 PM - edited 03-12-2008 09:08 PM
What about using TMDS? I just looked at this thread very quickly and didn't see where you mentionned constraints, such as the ability to read the file from a text editor.. or using Excel (although Dennis does talk about it). 😉