Subscribing to a ProSys OPCUA server node id using the namespace uri #588
Unanswered
KishanKishore
asked this question in
Q&A
Replies: 2 comments 16 replies
-
client.get_node(ua.NodeId.from_string(...)) opcua-asyncio/asyncua/ua/uatypes.py Line 464 in 7d7841b should return a expanded node id? opcua-asyncio/asyncua/ua/uatypes.py Line 584 in 7d7841b |
Beta Was this translation helpful? Give feedback.
14 replies
-
@KishanKishore My current conclusion is that you cannot use an ExpandedNode in a ReadRequest. see the last comments in #589 . You are welcome to prove me otherwise. Maybe try another client implementation and make ReadRequest that works with an ExpandedNodeId |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to connect to a ProSys OPCUA server's node using the nodeId:
nsu=http://www.prosysopc.com/OPCUA/SimulationNodes/;i=1001
. When executing the following code:I get the following error:
What am I doing incorrectly here? If I try the same with
ns=3;i=1001
, it works as expected.Here are some screenshots from my local OPCUA server/client for reference:
Beta Was this translation helpful? Give feedback.
All reactions