Python opcua - The easy way to build an OPC UA Server & Client

preview_player
Показать описание
In this video I show you how to build a simple OPC UA Server and Client using Python opcua from freeopcua.

Рекомендации по теме
Комментарии
Автор

Thank you for sharing this very helpful video about OPC UA.

yasarkucukefe
Автор

cant hear anything. The sound is very low

pranaysharma
Автор

Thanks man, your video was really helpful!

nerymarques
Автор

Great video! Have you tried to connect a Siemens PLC to your Python OPC UA Server? I'm having trouble with it.

AlexMacabu
Автор

Thank you so much, i'm begin try to use this module.

martinzeng
Автор

yeee, thank u man, your video really helpful!!!)))

antonslyusarchuk
Автор

Please teach how to save this into MySQL database..

SonuKumar-vpxt
Автор

Hi Johannes, thanks for your videos. I would like to know how you started the server and the client separately. Did you simply use two terminals? I'm using git bash, but when starting the client, it executes my code and then stops working... Thanks!

alessandroguglielmina
Автор

Hi.. Very interesting video. I enjoyed it!

I am trying to run a model predictive control (MPC) algorithm on Python. But I need to run the server and client in the same shell. Do you think its possible to:

1. Connect to a Simulated plant I used Prosyopc simulated OPCUA server (free by the way for testing) and set up client connection in Python. My values are dynamic and random.
2. Take those values and calculate Outputs.

3. Create a OPC UA Server... Then serve the output to say a HMI, where the PLC can then read the values.

I seem to be doing something wrong and I get the error: Bind:Address Already in Use

Cheers, I look forward to yours response.

linde_learn