How can I create a Node Id in string instead of integer? #2407
Unanswered
PvanIeperen
asked this question in
Q&A
Replies: 1 comment
-
The latest Modelcompiler supports string ids as well as nodeset2 as input. So it can be changed in the xml source. But I haven't used it in a sample yet. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Currently I am creating an OPCUA server. Tis is going well.
I create the model design XML by hand.
As I see in the client the node id is like ns=2;i=206. I want to change this to i.e. ns=2;s=Alarmarray.
How do I do that? Is that in the XML code or in the .Net code. ?
Is there somewhere an clear explanation how the model XML is set up?
I am using the model compiler of the OPC Foundation.
The model file I'm testing with is very simple.
Regards Patrick
Beta Was this translation helpful? Give feedback.
All reactions