We have a couple OPC UA devices on our network that drop connection consistently around the same timeframe, every day, which happens to be when they would be expected to pass the most data. The errors I am seeing are OpcUaSubscriptionSynchronizer "Failed to create subscription 'tag-group_default", and DataTypeTree Browsing failed.
IgnitionLogsOPCUA.zip (2.0 MB)
I set the logger to debug and attached.
I've seen a couple potential solutions on here, such as raising Max Per Operation, or settings the tags to a different tag group altogether (we have 500k tags).
Thoughts?
You could try lowering the Max Per Operation for the problematic connections as well as increasing the Keep Alive Allowed and Timeout settings.
The problem you're running into is that these servers go unresponsive for some reason, Ignition's client eventually decides to reconnect because the server isn't responding, but then unsurprisingly the server is still not responsive to the things that need to happen upon reconnecting.
Unless you're talking about 500k tags from one server this probably isn't necessary. How many servers, how many tags per problematic server?
Its only two devices, and they're only serving up a couple tags each. We have ~40 of these devices on the network and its the same two causing issues consistently.
Internal logs on the devices themselves also show "network" related issues, and the ethernet runs are close to 300ft long so we're looking into shortening the run.