OPC UA in Python

Поделиться
HTML-код
  • Опубликовано: 18 сен 2024
  • 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: www.halvorsen....
    Blog:
    www.halvorsen....
    RUclips Channel @Industrial IT and Automation ​
    / industrialitandautomation
    Python Resources:
    www.halvorsen....

Комментарии • 1

  • @derlumpenhund
    @derlumpenhund 23 дня назад +1

    A very helpful introduction, thank you Mr. Halvorsen!