Safety: Upcoming change in Watchdog #62
Closed
Peter-van-Tol
announced in
Announcements
Replies: 3 comments 1 reply
-
Nice! yet important. |
Beta Was this translation helpful? Give feedback.
1 reply
-
The change (excluding the external triggers) has now been merged with |
Beta Was this translation helpful? Give feedback.
0 replies
-
Release is now being prepared. All images for the documentation are being re-build as we speak. Hopefully version 1.2 can be released tonight. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There are some upcoming changes in the watchdog, for safety reasons:
has_bitten
bit isTrue
, the user can reset it toFalse
to resume operation.enable_out
pin to the watchdog. Which pin it has to be, can be chosen in the configuration (see example below). I use this pin with the HUB75HAT project. When the board is runningenable_out
isHIGH
. When the watchdog times out (either due to communication disruption or LinuxCNC stops sending signals) the pin becomesLOW
. On the HUB75HAT this means that all input and output will go in high-Z mode. This means the watchdog safety is completely in hardware and does not depend on LinuxCNC or the communication.Example configuration (default for HUB75HAT):
Two open actions before I commit this change are:
enable_out
pin optional;has_bitten
pin low before enabling the E-stop chain.Beta Was this translation helpful? Give feedback.
All reactions