Replies: 3 comments
-
If you wanto to develop a server or a client the refernce samples in the Applications directory are a good starting point to get to know the library: For more specific usecases we also have a samples repository showing many usecases: The samples are done in C# but the same would be possible in VB.NET |
Beta Was this translation helpful? Give feedback.
-
(I am removing my original comment here about issues with VB.NET and issues with unsigned integer types - it looks like they are supported in VB.NET too, though just partially. Not sure how many problems in VB.NET will be there in reality. I was thinking of CLS types, which are more restricted in that way). |
Beta Was this translation helpful? Give feedback.
-
The idea would be that someone with experience in OPC UA working with VB.NET could create an example for people with less knowledge. |
Beta Was this translation helpful? Give feedback.
-
I'm designing an application to use the OPC UA protocol and communicate with a robot. The application is being developed in VB.NET (Visual Basic). It would be very useful to have an example covering basic operations such as connection, subscription to holding registers, reading holding registers, writing, etc., all using VB.NET. I believe this could be of great help to the community, especially for those who are starting to use this protocol and don't know where to begin in VB.NET. Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions