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 get a list of Digital only measures?
www.quickopc.com/files/onlinedocs/QuickOpc/5.22/Reference/Qu...fe1-35f5-4eeb-72e30474db39.htm
Please Log in or Create an account to join the conversation.
I tried your solution, but there is one thing not working:
Here is my version:
Here is the class OpcDataTypesGenerator
public static class OpcDataTypesGenerator {
Testing this with
I habe Matrikon tools also installed and i can see that none of the Greenhouses tags/items have null as datatypes. I tried this before this refactoring (the code as you gave it) and the results are the same.
The line (in either version)
is the culprit as i think the filter is not being properly applied
Please Log in or Create an account to join the conversation.
You may then be able to distinguish the OPC items by their data type (such as that the digitals will probably have VarType.Bool, the analogs can have VarType.R4 or VarType.R8, etc.).
There is a related example (also in the solution with the examples, under the Console/DocExamples project): www.quickopc.com/files/onlinedocs/QuickOpc/5.22/Reference/Qu...f1e-e7d5-0da4-10834397135e.htm .
I hope this helps
Please Log in or Create an account to join the conversation.
i can connect to a server and get all items/tags on it, but i want only one set at a time. can i do this?
Please Log in or Create an account to join the conversation.