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.
- Forum
- Discussions
- QuickOPC-Classic in .NET
- Browsing, Browse Dialogs and Controls
- Browse doesn't retrieve all nodes with same browse name
Browse doesn't retrieve all nodes with same browse name
QuickOPC 5.32 Beta is now available here: cdn.opclabs.com/files/downloads/QuickOpc/5.32/QuickOPC-5.32.exe .
Parts like documentation/help, and examples, are not finished yet.
Please have a look, however, at the "What's New" document (a link to it is installed to the Start menu with the product), in order to understand the changes made.
I specifically recommend that you uninstall any previous version before installing the QuickOPC 5.32 Beta. The reason for it is that version 5.32 no longer installs the runtime assemblies into GAC by default. Simply reinstalling the previous version with 5.32 would keep the old assemblies in the GAC, which would then become a rich source of various confusions. Uninstalling the previous version should remove the old assemblies from the GAC.
Best regards
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
The change that is subject of this topic is independent of the above, and is fully completed. If you need, we can give you access to the Beta in coming weeks.
Best regards
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
The change itself is not very big, so theoretically it can be made "simply" into a new build of the current version 5.31. The problem is that we have a general policy where the features and APIs remain the same for the same version number, and we make new builds inside the same version only for bug fixes and very small functionality improvements - I think that makes a lot of sense to the customers.
But this particular change also requires a change in the API (use of plain Collection instead of KeyedCollection), and therefore may represent a breaking change for customers who are already using version 5.31.
What is your schedule and what are your expectations in this matter please?
Please Log in or Create an account to join the conversation.
It will be fixed in QuickOPC 5.32, as stated above, so when is that release planned?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
In our past tests, we have not met with a server that would return non-unique names, and I think it was a contributing factor in deciding to use the KeyedCollection<,>.
And, it has not caused problems so far. But based on your finding, we will change this to a simple Collection<>, which will contain all occurrences of non-unique browse names. This change will go into the upcoming QuickOPC version 5.32.
Please Log in or Create an account to join the conversation.
- Unified Automation (www.unified-automation.com/)
and
- Open OPC UA (www.openopcua.org/)
Please Log in or Create an account to join the conversation.
- Forum
- Discussions
- QuickOPC-Classic in .NET
- Browsing, Browse Dialogs and Controls
- Browse doesn't retrieve all nodes with same browse name