• Not Answered

Developing an OPC Client Application with VB.Net

Hello,

I am actually working on my final year project as an electrical engineer and I need to develop an OPC Client Application with VB.Net as one of the tasks of my project.

The OPC Client Application has to be able to connect to DeltaV Operate as an OPC Server and then define groups and items so that I can manipulate them. 

Can you please help me develop such an application because I am not so familiar with OPC Standards and DeltaV Control System ?

I appreciate your efforts and your time. 
Thank you.

9 Replies

  • I am still struggling to find a solution. I would really apreciate some help. Thanks.
  • In reply to Mohammed.CHGHAF:

    Hi
    I think you should try www.matrikonopc.com . They maka a lot of OPC Servers. To my knowledge they also have OPC Development Toolkits for Servers and Clients. With these toolkits you can cocentrate on the Client Application and the OPC part will be done for you.
    there is another compagny doing similar things called softing.
    More info you can also find on the https://opcfoundation.org/products
    good luck Herby
  • In reply to Mohammed.CHGHAF:

    A number of years ago, I took a class offered by Emerson Educational Services called DeltaV OPC Client Development (7040 I believe). I don't think this course is offered any longer, but maybe by contacting Educational Services, you may get a different answer.

    If you look in Books on line for the article 'Barcode Tutorial', you will see a short tutorial for how to build a VB client (pre .NET) to talk to the OPC DA (Classic) server.

    http://www3.emersonprocess.com/systems/support/bol1231/c_barcode_tutorial.html

    I'm looking around for anything perhaps a little more up to date; I'll let you know what I find.
  • Maybe you could take a look at the following link:

    https://social.msdn.microsoft.com/Forums/en-US/608798b5-986d-418d-a7c0-1d6d2211843d/connecting-a-opcserver-in-vbnet?forum=vblanguage

    Regards,
    Werner
  • In reply to htreier:

    Do Matrikonopc have a free OPC Developmemt Toolkits please ? We want to develop the application without bying a product.
  • In reply to Youssef.El-Bahtimy:

    I have contacted the educational services but they didn't propose a free course.

    I will take a look at the tutorial and let you know if I have any other difficulties.

    Appreciate your time and your help.
  • In reply to Werner Van de Vijver:

    Thank you for your help, I had a look at that link before starting my code but then I had some problems with getting items and adding then from the OPC.DeltaV.1
  • In reply to Mohammed.CHGHAF:

    Based on our discussion on LinkedIn, I'm going to assume it is due to licensing. Test connectivity using OPCWatchit; it will probably allow you to connect to the server but not add groups or items. I believe that is when OPCWatchit will generate an error (c004080c) .
  • In reply to Youssef.El-Bahtimy:

    That is exactly what I got as an error. I wiIl try the advice you gave me on LinkedIn, thank you again.