I'd like to let Data logger suite issue periodic Ping message to my IP device watchdog manifesting its live status.
Is it possible to implement the periodic Ping operation in a Data logger suite native way?
Thanks.
Hello.
Do you mean the "ping.exe" command in the windows console?
Quote from: Arthur Grasin on March 21, 2020, 09:28:27 AM
Hello.
Do you mean the "ping.exe" command in the windows console?
It could be the "ping.exe" command in the windows or certain plugin from data logger suite as long as its activity could reflect the data logger suite live running status.
1. You may use a data query plugin and send a periodic data packet.
2. You may use the "Scheduler" plugin, generate an event, then handle that event using the "Event handling" plugin. This plugin can call an external program.