Closed Flock1993 closed 1 year ago
You have to implement the function "FindAlias" your self. Use link_method todo this.
you should read this before: https://reference.opcfoundation.org/Core/Part17/v104/docs/
Closing the issue, it was not OPC UA, but OPC DA with fake UA shell.
I'm trying to create alias for node. With using of examples.client-minimal.py i make my local OPC UA server with one variable - MyVariable. Variable in UaExpert I set alias to MyVariable by this code:
After setting alias "MB0" i connect to server by UaExpert. When i use Root -> Objects -> Aliases -> FindAlias call with "MB0" There is a error: "BadNothingToDo". And this tells me that I created the alias incorrectly. What i am doing wrong and how can i fix alias setting?