The function block for remote OPC UA communication reading and writing keeps reporting errors. #1748
Replies: 3 comments 8 replies
-
|
The problem is that when you read or write single values you need the two number Client blocks. because you need either one without inputs or outputs. I created this PR #750 for the upcoming 3.0 release. Please also note that we are in the final phase of the 3.0 release cycle. We improved many things for the 3.0 release especially also our OPC UA support. Therefore I woulds strongly encourage you to use the 3.0 early access version for your tests. you can find more information here: https://eclipse.dev/4diac/news/2025/2025/eclipse-4diac-3.0-enters-feature-freeze/ |
Beta Was this translation helpful? Give feedback.
-
|
Thank you very much for your help. When I was conducting remote OPCUA communication, I created a server program in Python and accessed it using the 4diac module. When I named the IDs in this format, I couldn't access the nodes. from opcua import Server def main(): if name == "main": |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
















Uh oh!
There was an error while loading. Please reload this page.
-
I attempted to set up the system by referring to the OPC UA documentation. However, some of the modules in the document lacked RD interfaces and others lacked SD interfaces. The 2.0.1 version I downloaded had all these interfaces, but it still reported errors. Even deleting the interfaces continued to cause errors. It seems that deleting the interfaces doesn't work, so which module should I use for reading and writing in OPC UA?


Beta Was this translation helpful? Give feedback.
All reactions