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.

External & internal data storage


Jamal Oct 11, 2017 03:08 PM

Hello Everyone,

I'have CR6 datalogger with 16 GB SD memory. I'm using many data tables, and I want to limit internal storage for some of these tables (for example limiting the internal storage to 10 days and autoallocate for external memory).

This my datatable configuration:

DataTable(Table1,True,14400)    ' allocate 10 days of data in the internal memory
    DataInterval(0,1,Min,10)
    CardOut(0,-1)                         ' autoallocate SD card memory

    ...........

is this configuration correct?

Thanks.


JDavis Oct 11, 2017 03:14 PM

Yes, that is correct. You can verify by looking at DataTableInfo on the datalogger after loading the program.


jra Oct 11, 2017 03:37 PM

Jamal Oct 12, 2017 09:27 AM

Thanks for helping.

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