OPC-UA server TCP timeout

Hi there,

I’m writing a module that hook to the OPC-UA server. Through the write of defined tags, the module is making request to our server, which take a certain amout of time to respond. The module is then waiting for the response from the server.

With thgis structure I have connection issue meaning that sometimes the securechannel is closed. My guess is that the timeout of the module is bigger than the timeout of the OPC-UA TCP connection. Is there a way to know/set timeout parameters for the OPC-UA server?

Br,