Upon reading your reply, you said that the numbers were all zeroes
after saving the data. Beware of the file saving functions, and specially of the "save to spreadsheet" vi, since it save the data as floating points with only 3 digits. If this is your case, change the optional input format specifier to %#g or %#e, where g and e stand for automatic and exponential formating , respectively, and # is the number of digits you want after tha decimal separator.
Chilly Charly (aka CC)