04-14-2008 07:42 PM
04-14-2008 09:27 PM
Are you using LabVIEW 7.1 or older? In this case, "read from spreadsheet file" uses only SGL precision, which is not sufficient for your desired resolution.
See also: http://forums.ni.com/ni/board/message?board.id=170&view=by_date_ascending&message.id=315189#M315189
Solution: Read the file as a plain string and then use "spreadsheet string to array" with DBL as type.
... or upgrade to LabVIEW 8.0 or higher. 🙂