TopView to Ignition OPC UA connection issues

I am using TopView 6.37.1.0 and trying to connect to Ignitions UA server at opc.tcp://localhost:62541.

Topview sees the server but shows connection was denied.

I have tried multiple different ways to connect from anonymous being checked, to username and password, to using the default to certificate.

Every which way i try gives me the same error.

I have loaded the exele topview certificate into the ignition client trusted certs and server certs.

I am really not sure what else to do and any help would be appreciated.


Try using opc.tcp://localhost:62541/discovery as the endpoint URL instead.

Also make sure you are using the latest version of KEPserver/TOPserver, as they only recently (claimed - have not tested) to fix the bug that prevented KSE from connecting to Ignition's server without allowing unsecured connections.

Its TopView from exele. I cant use the latest version from them because the latest version doesnt support modems.

Discovery is how is found the address listed but i will make it the actual address.

Ooh, oops, read that as TOPserver.

You'll probably have to modify Ignition's OPC UA server settings and change the security policies to "None, Basic256Sha256". Make sure to restart the Ignition Gateway after changing that.

K i will try that

K that worked. Thank you