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.

Upload data of "Status" table using FTPClient


Italo Feb 27, 2019 04:43 PM

My datalogger is uploading measured data to a FTP server twice a day. Besides the measurement data, I want to upload "status" table as a way to confirm that the program still the same.

What combination of NumRecs/TimeIntoInterval and Interval I need to set to achieve this? I tried "0,0" and "-1,0", but in both scenarios the "Status" table is uploaded only once (first connection, after that it's never uploaded again).


Dana Feb 27, 2019 09:18 PM

The dataloggers have a Signature instruction that writes the program signature to a variable. That variable can be stored in a table.

This may be a more convenient way to confirm the program has not changed.

Best, Dana

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