OPCFoundation / UA-.NETStandard

OPC Unified Architecture .NET Standard
Other
1.96k stars 948 forks source link

Using OPC UA Com Server Wrapper #241

Closed abhinavrawat27 closed 6 years ago

abhinavrawat27 commented 7 years ago

Hi all

I have OPC DA server and an OPC UA client. I need communication between these for which I need to use COM server wrapper. As per this link https://github.com/OPCFoundation/UA-.NETStandardLibrary/blob/master/ComIOP/README.md I have edited the config file and added the full url of the opc da server like below:

      <ComClientConfiguration i:type="ComDaClientConfiguration">
        <ServerUrl>OPC://192.168.1.221/OPC.Server</ServerUrl>
        <ServerName>DA</ServerName>

So when I run the project, windows start and it displays the UA url which I can use in my ua client. I want to know if its displays any information related to DA server whether it is successfully connected to it or not.? For ua client I am using UA Expert, it connects successfully but doesnt show any variables/ data related to server. How can I know if there is any error in my connection because COM server application doesnt show any kind of error or any other message. I am not from .Net background so need some suggestions on it.

Thanks Abhinav

AlinMoldovean commented 6 years ago

closed for inactivity