mikakaraila / node-red-contrib-opcua

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

How to create a table with different variables from a OPC UA server. #700

Open nicoleu23 opened 1 month ago

nicoleu23 commented 1 month ago

Hello everyone,

I am new on here and debutant in Node Red. I am trying to create a table with the dashboard template "Table" but it's without success.

I am using the OPC UA client component node and connecting it my PLC data variables, I would like to create a table with many rows and columns corresponding to my program variables to visualize the output. I am trying but I am only getting data of one column.

Would you please direct and guide me on how to pair a table and opc ua item and client read.

Thanks,

Nicole

mikakaraila commented 1 month ago

Have you looked examples and OPCUA-TEST-NODES.json?