News

Author: Manoel Costa Date: 2023-03-29 This project provides an OPC UA server implementation in Python that simulates multiple equipment nodes, each with its own set of tags for temperature, pressure, ...
My OPCUA server is implemented using the open62541 package. I'm trying to automate the test cases using freeopcua in my python framework. I connect to opcua server like this - I have commented out set ...