Replies: 1 comment 5 replies
-
sure you use the identifiertype "String" on a "Numeric" NodeId ^^ |
Beta Was this translation helpful? Give feedback.
5 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.
-
I'm at a loss here. I don't know why i keep getting this error.
I'm setting up a test server for my script, so I don't need to connect to the machine itself for testin.
I need to read out a value from a variable with:
Node = client.get_node("ns=0; s=HAAS1_79034.Kuka.CellNumber")
print(await Node.get_value())
this gives the error asyncua.ua.uaerrors._auto.BadNodeIdUnknown
when i try the same with
Node_bJetsonAlive = client.get_node("i=31201")
it works.
this is the server in UA Expert

the ns seems correct. Also tried with other ns settings on the server and client.
I don't see any typos in the path.
my client reads out the opc ua tags on the machine (non python server) just fine, but on a local server, and a 2nd remote server, it fails.
anyone have a clue?
Beta Was this translation helpful? Give feedback.
All reactions