Skip to content

Attach external OPC client to PLCnext controller

Hello,

I'm trying to connect a python OPC UA client to AXC F 2152 controller with enabled OPC UA server to establish a both side communication and data exchange, primary data from PLC to pytthon3 OPC client module and after them to Rpi App like Openhab.

User:admin, PW:devicePW, security policy: Basic256 SHA256 algorithm.

Using OPC UA OPC UA-self-signed_certificate.crt and OPC UA-self-signed_publickey.pem downloaded via WBM to external device directory.

How should be programmed correct client file please ?

On a external Raspberry Pi is Python3 and module for python client installed.

pip install opcua

Thanks for help.

P.S.

I'm trying to make it work without security policy.

Comments

Sign In or Register to comment.