Replies: 2 comments
-
Hey ho,
Just a hint, FreeOpcUa has a OPC-UA GUI client as well, containing PyQT5. |
Beta Was this translation helpful? Give feedback.
0 replies
-
and also if you want to do "real" embeded system, then python (and QT) is not the right language. you have an open source opcua in C project on github too. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working on an embedded Qt design that will interface with Emerson's DeltaV system via OPC UA. On the embedded side I have a python OPC UA server based on either opcua or asyncua and I have a OPC UA client in the Qt user interface application. I'm trying to select between these two libraries noting the following:
Assuming the above are true, would you have a specific recommendation of which library would be best to use this design?
Thanks!
-Rich
Beta Was this translation helpful? Give feedback.
All reactions