‎08-09-2006 06:14 PM
‎08-09-2006 06:19 PM
‎08-10-2006 04:51 AM
But, you are not even creating a 'Time stamp array' in the first place!
What format/type of time stamp are you looking at?
Note: your Sub VI 'write to spreadsheet file_dbl.vi' is missing.
are you creating a timestamp inside that vi??
Any particular reason why you are perfroming single point acquisition?
‎08-10-2006 06:01 PM
1. I did not create a time stamp array. I assumed that "waveform" data contains a time column, i.e., starting at 0 each y point coincides with an x point which indicates the number of seconds from the start time. Upon receiving your comment, I changed my analog input to 1d waveform, and used "get waveform time array." This works, but the frequency of sampling increases as the program is run. I also tried creating a time stamp and reading it in seconds, but cannot read fractional seconds. There must be something simple that I am missing?
2. No particular reason that I am acquiring single samples.
VIs attached
‎08-11-2006 01:29 PM - edited ‎08-11-2006 01:29 PM

Message Edited by Neil S. on 08-11-2006 01:29 PM
‎08-14-2006 05:51 PM
Niel:
I tried your suggestions, but the VI only collected one set of averaged data, and would only report one set of y values. However, I used your ideas to create a new VI which reports time and 3 sets of y values. The problem: I do not believe that averages are actually being computed, rather, one point from all the data that should be averaged, is reported. The reason I believe this: if I ask for standard deviations I get NaN. I think that I probably need to use a for loop around the get waveform info part of the VI, but when I do this, I get values for averages and standard deviations that do not make sense and do not match the waveform chart. VIs are attached.
‎08-15-2006 10:13 AM
‎08-15-2006 02:47 PM
Niel:
All is working. Thanks for your help.