LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Watchdog Calling

Hi, I have built an application in labview which runs on windows 8 tablet. I want to invoke the watchdog timer of the tablet via labview if my application is stuck at some instance. is there a way to do so using call library function node. I have used some scripting methods to boot directly to my application without booting to windows. Any suggestions. Pls help.
0 Kudos
Message 1 of 2
(3,020 Views)

Write your program so that it doesn't hang? Smiley Very Happy

 

What watchdog are you talking about? As far as I know there is no Watchdog Timer on Windows?

 

How are you going to detect if your program has hung? If you're using Windows, it can sometimes hang an application for up to a few seconds while it is busy serving other processes/services.

 

What I have done before is to write another program which communicates periodically with the main program via TCP/IP and if it doesn't get a response in a timely manner, it uses .NET to find the process and kill/re-launch it.


LabVIEW Champion, CLA, CLED, CTD
(blog)
0 Kudos
Message 2 of 2
(3,010 Views)