-
Hi. I am trying to create (preferably) a desktop app to get data from a PLC via OPCUA. I've read a lot of documentation about different libraries with different programming languages but I couldn't decide. I've managed to get data with experimeting with examples but combining all into an app with a gui is very complicated. I thought about using
What do you think best parctice would be? I am a beginner btw. Maybe this is so basic of a question 😶 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
everything will work. it depends what you want to learn |
Beta Was this translation helpful? Give feedback.
-
If you want to use Electron and React anyways i would stay in one language to make it simpler! If you build an App with Electron and node-opcua its quite simple because its all js and in one place (no "backend" all node.js) |
Beta Was this translation helpful? Give feedback.
-
"Hi, I am working on a similar project and I am a beginner as well. My approach is to stay in one Python environment using "opcua-asyncio" for the communication with the server and "Streamlit" for building a web-based data application as an HMI. Since you can use Streamlit offline as well, maybe it suits your use case as well. How did you proceed and how is it going?" |
Beta Was this translation helpful? Give feedback.
everything will work. it depends what you want to learn