User Tools

Site Tools


tools:wdt

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tools:wdt [2024/06/10 17:17] – [Using an Watchdog through the HAL] ursgraftools:wdt [2024/06/10 17:24] (current) – [Using an Watchdog through the HAL] ursgraf
Line 21: Line 21:
 </code> </code>
 Here, the watchdog timeout is set to 50ms. You have to start the timer, which is called ''arming'' as soon as your time domain starts running.  Here, the watchdog timeout is set to 50ms. You have to start the timer, which is called ''arming'' as soon as your time domain starts running. 
 +<code>
 +wdt.arm();
 +</code>
 +The watchdog block in your control system defines a peripheral input. Check for the state of this input with a critical input in your safety system, see [[getting_started:tutorials:hal2|]].
tools/wdt.1718032631.txt.gz · Last modified: 2024/06/10 17:17 by ursgraf