How can the datalogger inform the loggernet server about the alarm and change the schedule interval?
In other words. If usually the update time on the server is 1 hour, and some event has occurred, then we will know about it only in an hour. Can the registrar notify the logernet about the event? And Change the update interval. Sorry for my English)
Take a look at this article: https://www.campbellsci.com/blog/call-back-capability-data-retrieval
Thanks for the answer. I think this is what I need, but I’m not sure, because there is a PTemp variable in the example:
SendVariables (SendResult, 0, -1.4094,0000.0, "Public", "Callback", PTemp, 1)
If I understand correctly, this script will update only the table in which the variable PTemp is located? Or does this script initiate data collection from all tables?