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.
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:
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