11-18-2009 09:09 AM
Hi,
Im using a USB-6212 to sample voltage variations with 100 kS/s and reading out the same amount per iteration in a while loop. I want to save all the data in an csv sheet with all the samples per iteration divided into single columns, so the line number in the sheet will equal the iteration number. As it is now the vi saves all 100k samples per iteration in one single cell with some wierd symbol to separate the data values (so im getting 1 x number of iterations instead of 100k x number of iterations in the sheet). I guess i need to implement some change column thingie between the samples and then save them but I havent figured it out yet. Anyone willing to provide some assistance with my issue? Many thanks in advance!
Best regards
Andreas
Solved! Go to Solution.
11-18-2009 12:13 PM
11-18-2009 01:20 PM
11-18-2009 01:37 PM
11-18-2009 01:49 PM
Thanks, it's good to know. But still you will have to transpose or change the amount of data since the limits for Excel 2007 are 1,048,576 rows by 16,384 columns.
http://office.microsoft.com/en-us/excel/HP100738491033.aspx?pid=CH101030621033
Ben
11-19-2009 04:09 AM
Thanks guys for the replies. Ouch I didnt know about the limited amount of rows and such in Excel. But really the csv sheet was just really the first thing that popped into my head. The layout was just to make it easy to see that the vi works. I can just as well write to a normal txt document with all the data just straight down. But then Im back with the problems with proper delimiters between samples I guess? And I would need a BIG delimiter between iterations so I can distinguish between iterations. I think I can deal with it if someone can tell me how to get rid of the wierd square symbol separating samples in the same iteration. Oh btw aeastet Im not on a LabVIEW computer right now so I havent checked your vi yet but thanks!
//Andreas
11-20-2009 03:02 AM
Hi aestet,
could you please send the vi compatible with LV 8.5?
Regards
Andreas
11-20-2009 06:49 AM
11-20-2009 07:31 AM
Great, thanks!