Can't edit/change description of Node #1003
-
Hi all! I am currently trying to build an OPC Server. I managed in building the environment, but I get stuck on changing the description of a node.
When I run my code, it correctly creates the variable named "Name", but then the description stays on the name of the Object. I tried to debug the write_attribute method, but it should be correct in the way I try to write the description Attribute of the variable. Maybe you guys have an idea where I am going the wrong direction? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Got it! Forgot to add the "Await" statement in front of the write_attribute line. Working code is now:
|
Beta Was this translation helpful? Give feedback.
Got it! Forgot to add the "Await" statement in front of the write_attribute line. Working code is now: