Connect Igntion Loopback OPC UA server with Nodered

Hello,

How to connect Ignition OPC UA server with Nodered Software please anyone help me out on this. I am trying to send Ignition server data to Nodered.

Thanks,
Kartik I

Hello Kartik,

I found this guide on how to connect Node-Red to an OPC-UA server. I assume the steps would be similar to connect to Ignition's OPC-UA server.

As for your Ignition OPC-UA server settings I suggest setting them up as the following, this would make your OPC endpoint(opc.tcp://(GatewayIP):62541/discovery).

2 Likes

Hello @Aaron_Rai

Thanks for your reply I will look into it.

Thanks,
Kartik

Hi there.
Just what to share with others.
I could connect without certificates, only with a username and password.
I create my own "pi" user for that.
P.S. Do not forget the firewall settings.

I highly recommend the Ignition-NodeRED module route (if installing 3rd party module is permitted on the Ignition gateway). The websocket connection has been very reliable (and more performant) then the opc connections I've tested with:

Otherwise, I was able to establish a secure connection (after exchanging certs, etc.).