Hy fellows;
I'm learning about Node-red, I'm a PLC programer and I'm trying to make a simple table, what is the best way to perform it? "this is the flow..."
[{"id":"d4d0e1ed.32f82","type":"tab","label":"Flow 2"},{"id":"b197a359.0a129","type":"debug","z":"d4d0e1ed.32f82","name":"tabelafinal","active":false,"console":"false","complete":"true","x":690,"y":180,"wires":[]},{"id":"cda94a49.1ce738","type":"ui_template","z":"d4d0e1ed.32f82","group":"90c79bc4.11d9e8","name":"","order":0,"width":0,"height":0,"format":"<!DOCTYPE html>\n<html>\n<body>\n\n<h2>Basic HTML Table</h2>\n\n<table style="width:100%" id="table" border="1">\n <tr>\n <th>Sample 1</th>\n <th>Sample 2</th> \n <th>Sample 3</th>\n </tr>\n <tr>\n <td>Var 1</td>\n <td>Var 2</td>\n <td>Var 3</td>\n </tr>\n \n</table>\n\n</body>\n</html>","storeOutMessages":true,"fwdInMessages":true,"x":540,"y":120,"wires":[["b197a359.0a129"]]},{"id":"c07e23b5.002ae","type":"debug","z":"d4d0e1ed.32f82","name":"S71200Log","active":false,"console":"false","complete":"true","x":330,"y":200,"wires":[]},{"id":"65492108.50f5f","type":"s7 in","z":"d4d0e1ed.32f82","endpoint":"3ae16e4d.97c452","mode":"all","variable":"Air Flow Main Blower","diff":false,"name":"S71200","x":150,"y":120,"wires":[["c07e23b5.002ae","cda94a49.1ce738"]]},{"id":"90c79bc4.11d9e8","type":"ui_group","z":"","name":"Table with sample's Var","tab":"81897283.4000e","disp":true,"width":"32"},{"id":"3ae16e4d.97c452","type":"s7 endpoint","z":"","address":"192.168.10.10","port":"102","rack":"0","slot":"1","localtsaphi":"01","localtsaplo":"00","remotetsaphi":"01","remotetsaplo":"00","connmode":"rack-slot","cycletime":"500","timeout":"1500","verbose":"off","name":"PLC1","vartable":[{"addr":"DB48,REAL94","name":"VAR 1"},{"addr":"DB48,REAL110","name":"VAR 2"},{"addr":"DB48,REAL90","name":"VAR 3"}]},{"id":"81897283.4000e","type":"ui_tab","z":"","name":"Table with Sample's Var","icon":"dashboard","order":3}]