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).
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