OPC UA + Python IIoT Training
Library and Versions
python -m pip install opcua (0.98.13)
lxml (from opcua) (5.2.1)
python-dateutil (from opcua) (2.9.0.post0)
pytz (from opcua) (2024.1)
six>=1.5 (from python-dateutil->opcua) (1.16.0)
python -m pip install paho-mqtt (1.6.1)
OPC UA Server
🆓How to Create Simple OPC UA Server in Python with Variable Simulation [Watch] [Code]
🆓How to Create Secure OPC UA Server in Python: Simulating Variables and Implementing User Credentials [Watch] [Code]
🆓Export OPC-UA Server Model from Python to XML and Import XML to Create OPC UA Server Model [Watch] [Code]
OPC UA Client
-
🆓How to Create OPC UA Subscriber Client in Python to Monitor Variable Data Changes [Watch] [Code]
-
🆓How to Create OPC UA Client in Python to Read Single Tag from OPC UA Server [Watch] [Code]
-
🆓How to Create OPC UA Client in Python to Read Multiple Tags from OPC UA Server [Watch] [Code]
- ⏳OPCUA Client in Python – Read Data from OPCUA Server (Provide Tag List from CSV File) [Watch] [Code]