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.

Changing TableFile Names


ed Nov 20, 2022 12:31 PM

Hi,

I have a program on a CR3000 running which is writing every 30 mins multiple files to the SD-Card using the LoggerNet file retrieval which generates new names (adding date) to the files. Now I want most of the files as daily files. So I inserted a routine in the program which renames the table files every day. The Loggernet File retrieval is set to append the retrieved data to the files when getting them every 30 mins. This routine works on a 1000x, but in this combination it does not write Files and skips most of the scans.

Here is the link to the program: https://www.dropbox.com/s/jshpd9pqhzxtn8p/Jambi_CR3000_20221119.CR3?dl=0

Maybe someone has an idea whts wrong with it

Thanks

Ed


JDavis Nov 21, 2022 09:59 PM

The processor in the CR1000X is much faster. Maybe the CR3000 is just not fast enough to finish the code in time.


ed Nov 22, 2022 06:41 AM

Hi,

thanks for the idea. In the meantime I checked the program and found out that the TableFile options parameter "64" opens and closes the tablefile each time it rites data. Thats too much for 10Hz, so I changed it to "TOB1" which holds the File open all time. This works fine.

Thanks

Ed

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