Same model instance linked with multiple nodes

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

Moderator: uasdknet

Post Reply
YFR
Jr. Member
Jr. Member
Posts: 4
Joined: 02 Mar 2021, 16:00

Same model instance linked with multiple nodes

Post by YFR »

Hello,
I’m building an OPC UA server with .NET.
By design, several nodes shoud provide exactly the same datas.
My question is: Is it possible to link multiple nodes with the same instance of the model in this case?
In other words:
LinkModelToNode(Node_1_Id, TheModelInstance, null, null, 500);
LinkModelToNode(Node_2_Id, TheModelInstance, null, null, 500);
Is correct?

Best regards.
Yves

User avatar
Support Team
Hero Member
Hero Member
Posts: 3064
Joined: 18 Mar 2011, 15:09

Re: Same model instance linked with multiple nodes

Post by Support Team »

Hello Yves,

from the SDK implementaion side there should be no problem and it should work.
Best regards
Unified Automation Support Team

Post Reply