String Address instead of Node Index #1557
Unanswered
alecmedina-code
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Nevermind, I figured it out. I needed to remove the namespace and specify the string address. Stupid me.
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was wondering, what would be the correct way to create a hierarchical structure where variable addresses would result in a string address like
nsu=1;s=MyFolder/MyVariable
instead of something likensu=1;i=1.
I am new to building OPC servers with asyncua. In this instance it would be easier for me to work with string addresses on the client side rather than node ids.
The relevant portion of my current code is below:
Beta Was this translation helpful? Give feedback.
All reactions