Hi!
Thanks to your help on my previous posting, I'm now able to successfully log live data continuously. Now I'm trying to save a chunk of the logged data to a csv file in a certain location with a certain date when certain conditions are met-- for example when row 30,000 is reached, I'd like to save all the values in A1: B30000 in a csv file with the last time stamp. Then I'd like all the rows in the log to be deleted and the logging process to be started over. How could I do this well?
Could I also save the values in rows in a csv file when a time condition is met? Since I'm logging the values and next to it the time stamp, could I save the data in a csv file everytime say the time 12:00 am is reached?
Thanks very much.
sk4520
Thanks to your help on my previous posting, I'm now able to successfully log live data continuously. Now I'm trying to save a chunk of the logged data to a csv file in a certain location with a certain date when certain conditions are met-- for example when row 30,000 is reached, I'd like to save all the values in A1: B30000 in a csv file with the last time stamp. Then I'd like all the rows in the log to be deleted and the logging process to be started over. How could I do this well?
Could I also save the values in rows in a csv file when a time condition is met? Since I'm logging the values and next to it the time stamp, could I save the data in a csv file everytime say the time 12:00 am is reached?
Thanks very much.
sk4520