python-opcua icon indicating copy to clipboard operation
python-opcua copied to clipboard

LGPL Pure Python OPC-UA Client and Server

Results 139 python-opcua issues
Sort by recently updated
recently updated
newest added

I'm using python opcua server and client and I'm testing all the possible security features about authentication and communication. As the specs says, there is no implementation about security ID...

Typo. Why from opcua import ua?

I try to aceess node value but exception **"The access level does not allow reading or subscribing to the Node."(BadNotReadable)** is reported.It's quite simple in C# but I don't know...

i try to connect to the opcexpert server using the following code: from opcua import Client server_URL = "opc.tcp://localhost:57888/OpcExpert" path_client_cert = "C:/Program Files/OPC Expert/Expert Resources/CertificateStores/UA Applications/certs/certificate.der" path_private_key="C:/Program Files/OPC Expert/Expert Resources/CertificateStores/UA...

fixing this issue https://github.com/FreeOpcUa/opcua-asyncio/issues/1529

Hi Team , I have developed a data logging using opcua hda . **Scenarios :** Data Logging Acquisition Cycle set at WinCC OPENPCS Is 500 m/s - 120 Data Points...

## Goal Create an opc-ua method that has access to the nodes. My main goal is to return a list of nodes (e..g all nodes in one folder) with one...

Hi , So I have been trying to do some simulation using opcua for powerfactory. the set_value() is working only once . The second time I am calling I am...

I have observed that in the current implementation of Free OPC UA, datachange events are only triggered when the Variant value of a node changes. This behavior raises a few...