Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

10 min data within 1 sec table


Makada Jul 6, 2015 06:59 AM

Hi all,

Is it possible to have a 10 min data interval within my 1 sec data table?
Im using CR1000 datalogger.


Dana Jul 6, 2015 07:53 PM

You could store a 1 second table and a 10 minute table, and then use a data table access instruction (see the CRBasic help index) to pull in the last 10 minute value. That is probably not what you are looking for, however.

It might be easier to post process the data using Split. Refer to the help Combining Two Arrays Using Time Synchronization. This topic refers to arrays, but you could do the same thing with table-based files.

Dana W.

Log in or register to post/reply in the forum.