How to call a Method in the OPC Server not via OPC Client

Questions regarding the use of the .NET SDK 2.0 for Server or Client development or integration into customer products ...

Moderator: uasdknet

Post Reply
dennisi
Full Member
Full Member
Posts: 9
Joined: 27 May 2015, 05:49

How to call a Method in the OPC Server not via OPC Client

Post by dennisi »

Hello There,

is there a way that i can trigger a method for example delete a node or add new node not via OPC Client. I am listening from another system that needs to perform this.

Please shed some light.

Thanks in advance.

boxi

Re: How to call a Method in the OPC Server not via OPC Clien

Post by boxi »

Hello,

If you want to call a method at your server directly you can use ServerInterClient.Call (http://documentation.unified-automation ... lient.html).

Best regards
Support Team

dennisi
Full Member
Full Member
Posts: 9
Joined: 27 May 2015, 05:49

Re: How to call a Method in the OPC Server not via OPC Clien

Post by dennisi »

Thank you @boxi :) . My server successfully deleted a node if needed. One more question, is it the feature of the OPC Client to automatically re-browse, because I need to click re-browse to update the list in UA Expert. Or am I missing some functionality to report the changes from my Server to Client?

dennisi
Full Member
Full Member
Posts: 9
Joined: 27 May 2015, 05:49

Re: How to call a Method in the OPC Server not via OPC Clien

Post by dennisi »

For the benefit of the newbie as well, I use RootNodeManager to add and delete node after I have completed setting up the address space.

Thanks.

Post Reply