10-25-2013 03:32 AM
I am using system exe.vi to get ping status of few systems in my application as health monitoring. On unavailability of any one system the application should exit. Hence each system is pinged twice to get the status based on error code and return message. The code runs indefiniteley (With 1000ms wait time) to keep updated of the ayatem status. The concept and execution works pretty well. But some times even if the system is available I get timeout for ping status. Does running system exe overrides memory usage. Could somebody help?
10-25-2013 05:18 AM
Are you means to say 'system exec.vi'. Upload what you did so far
10-25-2013 06:29 AM
Hello Yuvish,
I would suggest, to write every ping- execution to a logfile, every one in a single line, with timestamp, perhaps the timestamp before "system exec" and when execution is finished. Also write the system exec command line. Maybe this helps you to find out the reason of timeout.
10-25-2013 07:03 AM
Hi Dev,
Thanks.
I would try that. I am also interested to know does running "system exe.vi" continuously influences memory usage or memory leak?
10-25-2013 07:15 AM
Running continously will leak. Hence write once and stop(Set wait untill complete to F), redirect output to file and read the file for acknowledgement