How to build node id on OPC UA server with Node red?

Hello all,

I would like to upload a data from datalayer to opc ua server which is made on Node red.

(It means that creating new node id on OPC UA server. Not 'write' to exist node id)

I know there is a opc ua server app, but I don't want to use it if it is possible with Node red app.

What I tried as bleow.

On OPC UA client node is set "register" at action tap.

ย 

Best reply by CodeShepherd

Please read the manual of the OPC UA server node that you are using. It is not provided by us so we do not have further information.

Normally you should not need any client to add nodes to an server.

The standard way is you collect data from the Data Layer with the light blue read node and then (somehow) send this value to your OPC UA server.

View original
1 reply