- Posts: 354
- Thank you received: 4
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.
Can I get the OPC item type (Analog, Boolean, String) after browsing?
You may close this case. I found the solution.
Regards,
Michael
Please Log in or Create an account to join the conversation.
Thank you for your answer. I am getting error on the ValueResult in this line:
Dim valueResultArray() As ValueResult= easyUAClient.ReadMultipleValues(New UAReadArguments() _
Severity Code Description Project File Line Suppression State
Error BC30201 Expression expected. EBO_Browse

Any idea why?
Thank you.
Michael
Please Log in or Create an account to join the conversation.
Getting the datatype is done just by reading the DataType attribute of the node in question. Example: opclabs.doc-that.com/files/onlinedocs/QuickOpc/Latest/User%2...d%20DataType%20attributes.html .
Where it gets more complicates is what to do then. You get a DataTypeId, which is a Node Id of a node that identifies the type. You are probably interested in just the types known upfront - in that case you can see all types available in the core OPC UA specs in the UADataTypeIds class (in the OpcLabs.EasyOpc.UA.AddressSpace.Standard namespace). So you can compare the result to node IDs from this class. Somehow I have the feeling that we have discussed this already some time ago, but I am not sure.
Best regards
Please Log in or Create an account to join the conversation.
Thank you for your answer!
Do you have the same for OPC UA?
Thank you.
Michael
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Is it possible to obtain the OPC item type (Analog, Boolean, String) after browsing?
Thank you.
Michael
Please Log in or Create an account to join the conversation.