08-10-2010 02:30 AM
HI
I want to add a real time stamp with every element of a 2d array before writing to a spread sheet. My 2d array consists of amplitude and frequency.
kindly guide me how to do this.
Best Regards
RASHID
Solved! Go to Solution.
08-10-2010 03:31 AM
08-10-2010 04:18 AM
Hi srikrishnaNF,
Thanks for your both the replies. Can you reply in more details with some example like your other reply.
Thanks and Regards,
Rashid
08-12-2010 05:13 AM
Hi Rashid,
Did you manage to find a solution to your problem or are you still looking for examples?
We did the same thing very recently; reading multiple sensor values and writing the data to different columns in an excel spreadsheet. We created a timestamp and wrote this into it's own column, so that for each sampling interval a new row of data with timestamp would be inserted.
If you look at the picture i've attached it should give you a good idea as to what to do. Where I have used string constants in this basic example, you can replace these with whichever data type you wish to log.
Regards,
Kevin
08-12-2010 06:44 AM
Hi Kevin,
Thanks a lot for your reply. Can you send me Write File.vi because it will be easy for me to see the things there.
Regards,
Rashid
08-12-2010 06:44 AM
Hi Kevin,
Thanks a lot for your reply. Can you send me Write File.vi because it will be easy for me to see the things there.
Regards,
Rashid
08-12-2010 06:46 AM
That should be it now.
Regards,
Kevin