Enterprise IIOT gateway and OPC UA

Hi,

We have today an Enterprise IIOT gateway connected to NCD sensors and send data to AWS through MQTT with Node-Red.

We have also some machines with internal sensors and we would like to send data to AWS too.
The machines are able to send data through FOCAS and OPC UA protocols.
Is it possible to add a new node in the Enterprise gateway in order to collect those new data ?

Thanks.

Hello @ew3975 As you know, the Enterprise IIoT Gateway runs Node-RED, allowing you to install third-party libraries to communicate with various protocols, including OPC-UA. For instance, you could integrate the node-red-contrib-opcua library for this purpose.

This library includes an OPC-UA Client node, which would technically allow you to access internal machine sensor data. Please be advised that because this is a third-party library, it falls outside the scope of official NCD technical support. While we have not internally validated this specific library as a client, there is extensive community documentation available online to assist with its implementation.

Thank you.