-
Notifications
You must be signed in to change notification settings - Fork 662
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to get node value #1541
Comments
That is a mesage from the server telling you your users is not allowed to read that node. Maybe you log in with some users in C# or not reading the same node? |
Unfortunately there are no other users and the node name is just copied from C# code. By the way, is it possible to connect to the server via username and password?when I do Client.set_user("OpcUaClient")
Client.set_password("123")
Client.connect() "The session cannot be used because ActivateSession has not been called."(BadSessionNotActivated)" is reported, but I guess I must connect to the server via username and password to reach for the node value |
did you call it on a class instance or the class itself? |
I call it on a class instance |
I try to aceess node value but exception "The access level does not allow reading or subscribing to the Node."(BadNotReadable) is reported.It's quite simple in C# but I don't know how to do it with python-opcua
the code(which is quite simple but still reports error) is below:
The text was updated successfully, but these errors were encountered: