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.
XML-DA. Control the number of subscriptions.
Not all builds go to NuGet.
Please Log in or Create an account to join the conversation.
I don't see version x.xx.96.1. Last available version on nuget is 5.57.83
Best regards
Please Log in or Create an account to join the conversation.
Please use the newest build (96.1, currently on our Web site, or later) of QuickOPC . The bug should be fixed now.
Thank you for reporting it.
Best regards
Please Log in or Create an account to join the conversation.
QuickOPC is supposed to put items with identical GroupParameters into the same group.
Hopefully he will be able to reproduce it. If not, we will ask for more info or reproducible steps.
Best regards
Please Log in or Create an account to join the conversation.
Sorry for the delayed response.
1. Yes. QuickOPC creates separate groups even for items with the same subscription parameters.
2. No. Subscription parameters are the same for all items
1.My application can unsubscribe from unused items and subscribe to them again during its lifetime.
2.Monitor about 100-200 opc tags
3.Limit the number of HTTP client connections allowed:
Regards
Please Log in or Create an account to join the conversation.
So, are you saying that this is not happening? Thatis, that QuickOPC creates separate groups even for items with the same subscription parameters?
Or why do you have 10 different OPC groups? Have you made the subscription parameters intentionally different on the items? If so, why?
Regards
Please Log in or Create an account to join the conversation.
Do you have the ability to control the number of subscriptions created by the opc library on the OPC XML-DA server?
My application is flooding XML-DA server, polling for changes about 10 different OPC groups every second.
I have to figure out how to reduce the number of polling requests.
One of the solution is to integrate several subscriptions into larger one.
Another solution is to try polling several opc groups at once (supplying multiple opc group handles in element "ServerSubHandles" of SubscriptionPolledRefresh request)
According to the XML-DA spesification:
Do you have any suggestion?
Regards
Please Log in or Create an account to join the conversation.