'python opcua BadDeviceFailure (error 0x808B0000)
while using the python library for the opcua communication I get this error "BadDeviceFailure: There has been a failure in the device/data source that generates the value that has affected the value." after 15 minutes from the start of the script. The opc-ua server target is Beckhoff TF6100. I'd like to know what is the meaning of this error, what can raise it and how to handle it, thank you very much.
Solution 1:[1]
If you are using Beckhoff TF6100 I am 99% sure that your problem is related to the AMS net ID of your target system.
Click on the 3 dots (...) next to AMS Net ID in your Interface properties windows and select the right target.
hope this answer helps you or anyone trying to figure this out
BadDeviceFailure = 0x808B0000 Bad Device Failure = 808B0000
For future error codes references.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Leonardo Gutierrez |
