Hello! I am trying to read OPCUA data from a external python script. The OPCUA data is coming from an ignition edge instance running on a PLC.
I have set the security policies to None, Basic256Sha256
, I have allowed anonymous access, and I have exposed tag provides. I don't see an option to set the bind address however. The Endpoint Configuration
section only shows Bind Port
and Security Policies
.
I tried my script against a docker instance of ignition edge which allowed me to set the Bind Address
to 0.0.0.0 with the same settings as above and my python script was able to connect and read the OPCUA data from the docker instance.
Am I missing a setting I have to change in my PLC instance? Please let me know if I can provide anymore info