status=Bad_Timeout #1232
yasodakrishnav
started this conversation in
General
Replies: 1 comment 8 replies
-
You probably need to read less Nodes at once rather than keep increasing the timeout. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there.
I'm getting below exception while readValues()
Reading n number of nodes --> List dataValues = client.readValues(0.0, TimestampsToReturn.Both, nodeIdList).get();
UaException: status=Bad_Timeout, message=requestId=3 timed out after 60000ms
i tried setting request timeout to 120000ms in OpcUaClientConfigBuilder, still didn't work. is there any property that i can change to work with slow responding opc servers.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions