08-10-2010 07:20 AM
Hi
I want to add a real time stamp with every element of a 1d array before writing to a spread sheet.
kindly guide me how to do this.
Best Regards,
RASHID
Solved! Go to Solution.
08-10-2010 07:32 AM
Hi Rashid,
Where is this Array coming from? Is it measurement data from a NI DAQ Device?
If so you could simply change the datatype to Waveform, where a timestamp is included.
On the other hand you could also create a waveform out of your 1D array using build wavefrom, like here:
Christian
08-10-2010 07:54 AM
@Christian_M wrote:
Hi Rashid,
Where is this Array coming from? Is it measurement data from a NI DAQ Device?
If so you could simply change the datatype to Waveform, where a timestamp is included.
On the other hand you could also create a waveform out of your 1D array using build wavefrom, like here:
Christian
And you can use Export Waveforms to Spreadsheet File.vi to easily write the data to file.
08-10-2010 09:07 AM
You previously asked about doing a adding a timestamp for a 2D array, and about doing array comparison with a threshold. How many different threads are you going to start on the same question? Keep the discussion in ONE place so everone knows what's being asked, the objective, and the suggestions already proposed.