python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Writing variables with OPC UA
Recently I was trying to communicate with a Siemens S7-1200 plc, I am using the OPC UA protocol, I am able to connect and read all the variables but I have problems when I try to write a value in the ...
Gz9812
Votes: 0
Answers: 2
OPC-UA certificate issues
I'm using Qt qtopcuaviewer example to test the connection to a PLC.
Usually it works fine and I can retrieve the variables. With this specific PLC I get the following output:
"Creating PKI path '...
Mark
Votes: 0
Answers: 1
Certificate issues for OPC-UA with Qt wrapper
I'm running the qtopcuaviewer example following these instructions to create the client certificate:
# create a self-signed certificate and private key
openssl req -new -x509 -config opcuaviewer.conf...
Mark
Votes: 0
Answers: 1
move from python-opcua to opcua-asyncio
Now I have a package with a class that looks like this:
class Opc(object):
def __init__(self):
client = Client("server_url")
client.connect()
opc = Opc()
Now I want t...
Rony Tesler
Votes: 0
Answers: 2