Professional OPC
Development Tools

logos

Online Forums

Technical support is provided through Support Forums below. Anybody can view them; you need to Register/Login to our site (see links in upper right corner) in order to Post questions. You do not have to be a licensed user of our product.

Please read Rules for forum posts before reporting your issue or asking a question. OPC Labs team is actively monitoring the forums, and replies as soon as possible. Various technical information can also be found in our Knowledge Base. For your convenience, we have also assembled a Frequently Asked Questions page.

Do not use the Contact page for technical issues.

How to diagnose UAEngineException: Timed out waiting session become available

More
16 Oct 2023 12:05 #12302 by support
Hello,

which QuickOPC version are you using please?
There were fixes made to this area in version 2023.1.

Regards

Please Log in or Create an account to join the conversation.

More
16 Oct 2023 09:38 #12301 by boppbo
I have issues displaying opc status information in a wpf application. I'm subscribing several opc nodes during startup and non-deterministically data loading is slow or the data change callback fails with:

OpcLabs.EasyOpc.UA.Engine.UAEngineException: Timed out waiting (2000 milliseconds) for a session to become available for a conversion.
+ The client method called (or event/callback invoked) was 'DataChangeNotification'.

One thing I'm suspecting might be an issues is that i'm calling read and subscribe methods on EasyUaClient on the threadpool to increase UI responsiveness. Is this supported?
await Task.Run(() => this._client.SubscribeMultipleMonitoredItems(monitoredItems))

Please Log in or Create an account to join the conversation.

Moderators: support
Time to create page: 0.054 seconds