Hi all,
Is it possible to have a 10 min data interval within my 1 sec data table?
Im using CR1000 datalogger.
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.