40
ResetWDT or StopWDT should be called before the expiration of the watchdog timer, or the
system will be reset.
Supported Controllers
PXIe-63975, PXI-63930, PXI-63980
Syntax
C/C++
BOOL ResetWDT()
Visual Basic
ResetWDT() As Boolean
Parameter
None
Return Code
True
If watchdog timer resets successfully
False
If watchdog timer fails to reset
B�1�5 StopWDT
Description
Stops the watchdog timer.
Supported Controllers
PXIe-63975, PXI-63930, PXI-63980
Syntax
C/C++
BOOL StopWDT()
Visual Basic
StopWDT() As Boolean
Parameter
None
Return Code
True
If watchdog timer stops successfully
False
If watchdog timer fails to stop