Open telmobarrena98 opened 1 day ago
Golang driver is not maintained and requires major effort to align it with java version. The encryption part for go is not implemented beyond initial handshake.
Are you sure you are using go, not python? :-)
Okey thanks @splatch , is plc4py working for OPC-UA? In the documentation I see that is not implemented.
I believe python currently covers modbus and umas, AFAIK it does not support python, but you can confirm that with @hutcheb and @ottlukas.
Yes, you are correct it isn’t implemented in plc4py.
What happened?
I am launching an OPCUA server through Docker running the following .py file:
. I am able to connect to it with UA Expert. However, when using the opcua driver of plc4go, i get this error in the server side:
raise ua.UaError(f"Unsupported message type {header.MessageType}") asyncua.ua.uaerrors._base.UaError: Unsupported message type b'\x00\x00\x00
and this one on the .go file:Error connecting to PLC: Error during connection: timeout after 5s
Version
v1.23.1
Programming Languages
Protocols