python-opcua
python-opcua copied to clipboard
LGPL Pure Python OPC-UA Client and Server
## **Describe the bug** ### [What I do] 1. #### Create an UA server with a method that can trigger an event 2. #### Create UA clientA which register the...
I succeeded in connecting Siemens CPU through OPC-UA communication. (Attach the code below) However, after a certain period of time, it is terminated after an exception occurs as shown below....
I am looking at that
Hello, I am fetching data from wincc opc ua server using history_read function and passing parameters in that as per the code attached below this code is working fine. Now...
Hi , I have developed a PYTHON OPCUA client to get data from Siemens WinCC SCADA . **The above Python OPCUA client fetched data for a TAG ( Archived )...
Hi Everyone , **I want to read the HISTORICAL DATA ( HDA ) from WinCC Siemens SCADA.** I came to know that we have to use the below code :...
Hello Guys, Using your library, my client app consists of reading on a dashboard these nodes : air flow, pressure, temperature and position. After one minute and few secondes of...
Hi there, I'm struggling to get my client/server running with secure policies, cryptography, and authentication, I understand this project is deprecated, but I use it for a project at work....
I am having problems with using the node.set_value() function. I keep getting a "The value supplied for the attribute is not of the same type as the attribute"s value."(BadTypeMismatch) error....