Watchdog Whack
- Updated2025-01-28
- 2 minute(s) read
Resets the watchdog counter to the value you specify using either the Watchdog Configure VI or the Watchdog Set Attribute VI.

Inputs/Outputs
watchdogID in
—
watchdogID in specifies a watchdog object.
reset watchdog after expire? (F)
—
reset watchdog after expire? determines whether a whack after the watchdog timer has expired resets the watchdog timer. The default value is FALSE, which specifies that the watchdog timer remains expired after the first expiration.
error in (no error)
—
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
watchdogID out
—
watchdogID out has the same value as watchdogID in.
watchdog status
—
watchdog status is the current status of the watchdog timer. The watchdog status output can return the following values:
error out
—
error out contains error information. This output provides standard error out functionality. |
If the countdown of the watchdog timer has not yet started, this VI starts the countdown. If the watchdog object is running or disabled, this VI restarts the countdown of the watchdog timer. If the watchdog object is expired, this VI restarts the countdown of the watchdog timer only if you set reset watchdog after expire? to TRUE.
Examples
Refer to the following example files included with LabVIEW Real-Time Module.
- labview\examples\Real-Time Module\NI Watchdog\Watchdog - RT Engine.lvproj
watchdogID in
—
reset watchdog after expire? (F)
—
error in (no error)
—
watchdogID out
—
watchdog status
—
error out
—