You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run this script everything is allright and get output:
Server started at opc.tcp://localhost:62541
Listening on localhost:62541
But when I connect to the server via UaExpert my console output throw this:
Tried to read attribute '14' in TwoByteNodeId(i=35), but the attribute is missing
Tried to read attribute '15' in TwoByteNodeId(i=35), but the attribute is missing
Tried to read attribute '16' in TwoByteNodeId(i=35), but the attribute is missing
Tried to read attribute '17' in TwoByteNodeId(i=35), but the attribute is missing
Tried to read attribute '27' in TwoByteNodeId(i=35), but the attribute is missing
Tried to read attribute '14' in TwoByteNodeId(i=33), but the attribute is missing
Tried to read attribute '15' in TwoByteNodeId(i=33), but the attribute is missing
Tried to read attribute '16' in TwoByteNodeId(i=33), but the attribute is missing
Tried to read attribute '17' in TwoByteNodeId(i=33), but the attribute is missing
Tried to read attribute '27' in TwoByteNodeId(i=33), but the attribute is missing
Tried to read attribute '14' in TwoByteNodeId(i=31), but the attribute is missing
Tried to read attribute '15' in TwoByteNodeId(i=31), but the attribute is missing
Tried to read attribute '16' in TwoByteNodeId(i=31), but the attribute is missing
Tried to read attribute '17' in TwoByteNodeId(i=31), but the attribute is missing
Tried to read attribute '27' in TwoByteNodeId(i=31), but the attribute is missing
Tried to read attribute '14' in FourByteNodeId(i=2004), but the attribute is missing
Tried to read attribute '15' in FourByteNodeId(i=2004), but the attribute is missing
Tried to read attribute '16' in FourByteNodeId(i=2004), but the attribute is missing
Tried to read attribute '17' in FourByteNodeId(i=2004), but the attribute is missing
Tried to read attribute '27' in FourByteNodeId(i=2004), but the attribute is missing
Tried to read attribute '10' in FourByteNodeId(i=2004), but the attribute is missing
Tried to read attribute '14' in TwoByteNodeId(i=58), but the attribute is missing
Tried to read attribute '15' in TwoByteNodeId(i=58), but the attribute is missing
Tried to read attribute '16' in TwoByteNodeId(i=58), but the attribute is missing
Tried to read attribute '17' in TwoByteNodeId(i=58), but the attribute is missing
Tried to read attribute '27' in TwoByteNodeId(i=58), but the attribute is missing
Tried to read attribute '10' in TwoByteNodeId(i=58), but the attribute is missing
I do not understand those errors and why...?
The text was updated successfully, but these errors were encountered:
Hello guys :)
I work on Linux and test opcua module and UaExpert app. I write simple code in python:
When I run this script everything is allright and get output:
But when I connect to the server via UaExpert my console output throw this:
I do not understand those errors and why...?
The text was updated successfully, but these errors were encountered: