Page 1 of 1

Same model instance linked with multiple nodes

Posted: 13 May 2021, 12:21
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

Re: Same model instance linked with multiple nodes

Posted: 18 Jun 2021, 15:17
by Support Team
Hello Yves,

from the SDK implementaion side there should be no problem and it should work.