Error in watchdog loop #1494
Unanswered
TommyTomson585
asked this question in
Q&A
Replies: 1 comment 2 replies
-
The watchdog loop is to detect if the connection is lost. So this error is triggered if the server is not reachable. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there,
I am using the library to connect to a OPC Server of a welding machine. The client creates a subcription and resubscribes if it looses the connection.
I am using the asyncua in the version 1.0.3 an python 3.11
Let me say that I am just a "user" of the code. My knowledge is very basic or low level.
Here a snip of the code. It is just the "handler class" and the definition of the opcua_client() method.
`
`
The client is working fine but from time to time I have an exception:
Here a part of the logfile when the error appears:
.
.
Has anyone an idea why this error in the watchdog loop appears?
Thanks ahead for your support.
Kind regards
Thomas
Beta Was this translation helpful? Give feedback.
All reactions