08-10-2005 03:20 PM
08-11-2005 09:15 PM - edited 08-11-2005 09:15 PM
Hello,
There are a number of ways to write data to a spreadsheet file. The two easiest can be seen below. The top method uses the 'Write to Spreadsheet File' VI to write an array of numbers to a file. The second method converts an array of strings to a spreadsheet string and writes that to file as well using the 'Write Characters to File' VI. These are the two quickest ways to get started. You may also want to consult some of the examples in the example finder by searching for "spreadsheet" (I believe the "Write to Text File" Example may be helpful). Good luck.
Regards,
Chris J
Message Edited by ChrisJ on 08-11-2005 09:18 PM
08-16-2005 11:20 AM
08-17-2005 07:34 PM - edited 08-17-2005 07:34 PM
Hello Cintia,
Well there are several ways to do that as well. The easiest is to get the date/time string every time you get data from your device and then build an array with the instrument readings and the date/time strings (in this example im just pretending the "Instrument reading" string constant is an actual value you are acquiring from your instrument).
Regards,
Chris J
Message Edited by ChrisJ on 08-17-2005 07:36 PM