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,
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).
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.).