07-09-2012 10:55 PM
for some reason it won't let me upload it with the .csv extension so just change the extension after you download it
07-10-2012 09:30 AM
Your Read From Spreadsheet has the wrong delimiter for a csv file and of course reading as an integer is absolutely incorrect. Troubleshooting your problem was simple. You could have simply created an array indicator on the output or used a graph to show the waveform being read.
07-10-2012 02:06 PM
Ok. Then which delimiter do I need for a csv file? What do I need to read it as?
07-10-2012 02:08 PM
A comma.
Right now you have no delimiter wired, which means it will use the default value of a tab.
07-10-2012 02:28 PM
Alright then what?
07-10-2012 02:38 PM
Then run it.
07-10-2012 02:41 PM
The same error is appearing
07-10-2012 02:45 PM
Which error is that?
Post the latest version of your VI.
Have you remembered to account for the fact that you .csv file appears to have some rows that look like header information and not data?
07-10-2012 03:09 PM
It's the first error I mentioned: error 200077.
07-10-2012 03:16 PM
Then what I said about the header rows applies. The first several lines of your attached .csv file are messy and include text in there as well as numbers. They aren't going to convert well to a number and will turn out to be zero.
Try putting some indicators on your 2-D double arrays coming out of the Read Spreadsheeet functions. See if that data actually looks like what you think it should be.