Back to Browse

OPC UA in Python

11.3K views
Apr 23, 2024
37:51

This Tutorial will use the OPC UA protocol to send data between different devices or different programs. OPC UA is a communication protocol. OPC UA is mainly used for industrial purposes (industrial automation), and it is one of the most used protocols in the industry today. There exists lots of different OPC packages and libraries for Python. This Tutorial will demonstrate OPC UA in Python with some basic Code Examples using the “opcua” Python package. This Tutorial will use the Thonny Python Editor and the Spyder Python Editor, but other Python Editors can of course also be used. This Tutorial will use the OPC UA Server Simulator from Integration Objects (free OPC UA server for Test and Demonstration purposes), but other OPC UA Servers can of course also be used. We will create both OPC UA Clients and an OPC UA Server using Python and the “opcua” Python package. PowerPoint used in the video: https://www.halvorsen.blog/documents/programming/python/resources/powerpoints/OPC%20UA%20in%20Python.pdf Blog: https://www.halvorsen.blog YouTube Channel @Industrial IT and Automation ​ https://www.youtube.com/IndustrialITandAutomation Python Resources: https://www.halvorsen.blog/documents/programming/python/

Download

1 formats

Video Formats

360pmp448.4 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

OPC UA in Python | NatokHD