Ignition's OPC END POINT

Hello,

I need to connect Ignition’s OPC in a Kepware, how can i discover my Ignition’s end point ??

What version of Ignition are you using?

8.1.16

Ok, if your settings are all default, the endpoint URL is going to be something like opc.tcp://<ip or hostname>:62541/discovery.

If KSE is not on the same machine you’ll have to modify the server’s bind address so that it’s not just bound to localhost (use 0.0.0.0). You’ll also need to allow unsecured connections by adding “None” to the list of security policies because KSE’s client driver has a bug the prevents it from being able to connect otherwise.

https://docs.inductiveautomation.com/display/DOC81/Ignition's+OPC+UA+Server

I will try it !!

Thanks !!