Watchdog Configure
- Updated2025-01-28
- 4 minute(s) read
Configures a new watchdog object with a timeout and expiration actions.

Inputs/Outputs
timeout (1 sec)
—
timeout specifies the time, in seconds, that the function waits before the watchdog timer expires. The timeout period is coerced to a value determined from the available timebase and initial count values. The default is 1 second.
expiration actions
—
expiration actions specifies which actions to take when the watchdog timer expires. You can use any combination of actions. However, not all targets support all actions. Refer to the specific RT target hardware documentation for information about supported actions.
error in (no error)
—
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
watchdogID
—
watchdogID identifies the watchdog object.
timeout value returned (sec)
—
timeout value returned specifies the time, in seconds, for the watchdog timer. The timeout period specifies the amount of time that must elapse before the watchdog timer expires. The timeout period is coerced to a value determined from the available timebase and initial count values. The default is 1.
occurrence
—
occurrence is the occurrence associated with the interrupt action that asserts when the watchdog timer expires.
error out
—
error out contains error information. This output provides standard error out functionality. |
Supported timeout values vary by target. This VI coerces timeout up to the next supported value and returns the actual value as timeout value returned (sec). The value of timeout value returned (sec) is always greater than or equal to the timeout value you specify. The occurrence output of this VI returns a reference to the occurrence action you specify using the expiration actions input.
This VI does not reserve trigger lines, nor does it discriminate between reserved and unreserved trigger lines. If you specify a trigger line that has been reserved elsewhere, the watchdog object overwrites the existing value on the trigger line when the timer expires.
Examples
Refer to the following example files included with LabVIEW Real-Time Module.
- labview\examples\Real-Time Module\NI Watchdog\Watchdog - RT Engine.lvproj
timeout (1 sec)
—
expiration actions
—
reset system
—
trigger protocol
—
error in (no error)
—
watchdogID
—
timeout value returned (sec)
—
occurrence
—
error out
—