ДОВІДНИК З NODE-RED українською мовою
The Node is to call a basic or complex method on the OPC UA server.
If the settings of the node are filled, then a simple inject will work, otherwise the incoming has to receive a complex message with all parameters.
You need to add your XML definition of types and attributes to the server.
Simple event message payload could be a simple inject if the node parameters are filled or you have to send the parameters via msg object like:
msg.payload.
objectId (Object-Id)
methodId (Method-Id)
inputArguments (Array)
The settings in that node will override incoming data if the msg property is empty or undefined.
Complex event message:
objectId (Object-Id)
methodId (Method-Id)
inputArguments (Array)
methodType
Event message:
payload (Array)
definitionResults
nodetype (method)
Name
Name in the flow of Node-RED.
Set showErrors to get errors from node-opcua on browse.