mikakaraila / node-red-contrib-opcua

A Node-RED node to communicate OPC UA. Uses node-opcua library.
Other
208 stars 191 forks source link

Incomprehensible data #673

Open Viger1973 opened 3 months ago

Viger1973 commented 3 months ago
Screenshot 2024-03-07 at 23 32 26

I don't understand how to extract the data; the node is correct. From other software, the alarm monitor works, but from Node-RED, I only see this scalar array

Do you have any suggestions?

mikakaraila commented 3 months ago

You have complete event object in the msg. You just need to use function node and pick wanted properties.