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.

Automatic data backup from CRD to PC via loggernet


Otemohu Sep 20, 2012 02:23 PM

Hi,

On a CR3000 attached to a NL120, I saved data every 50ms (20Hz). Instead of using CardConvert weekly to "cut" the data into 30min TOB1 files, I would like to improve my CRbasic program to create automatically 30min-based files.
The name of files should be ideally as following: Eddydata_YYYY_DOY_HHMM

How do I have to code that?

Thank you,
Daniel


Dana Sep 20, 2012 06:43 PM

You can use the TableFile instruction to store files based on an interval to the datalogger's CRD, USR, or USB drive. Refer to the CRBasic help for how to use TableFile.

The datalogger could then send files on some interval to an FTP site, or you could use the File Retrieval tab in LoggerNet's Setup window to retrieve those files and store them on a PC.


Dana


Sam Sep 25, 2012 04:38 AM

The datalogger could then send files on some interval to an FTP site, HTTP site, or you could use FTP, HTTP, or the File Retrieval tab in LoggerNet's Setup window to retrieve those files and store them on a PC.

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