Hi everyone,
I am new to Node-RED and still getting familiar with it. I have successfully built a small project to read and write data from/to an Omron PLC and display this data on Dashboard-2.
I have installed the following palettes:
Now, I want to use palettes from the dashboard because it offers more control compared to Dashboard-2. However, I am facing an issue where I cannot see graphics/visualizations on the dashboard, even though the palette is installed in the program. It works with Dashboard-2 using IPAddress:1880/dashboard
, but it does not work with the dashboard using IPAddress:1880/ui
.
Could you please help me resolve this issue as soon as possible?
Additionally, I would appreciate any suggestions for the best palette to use as a PLC & SCADA developer.
Thank you!
Removed uibuilder tag as you don't appear to be using it.
removed everything, reinstall.
still not doing ..
Can you post part of your flow ?
I want to use palettes from the dashboard because it offers more control compared to Dashboard-2
I am curious to know where Dashboard 1 offer more control?
As I mentioned I am planning to use for SCADA. Here svg works better for me. So I think svg works with Dashboard not Dashboard 2 . If am I wrong, please let me know.
I assume you mean you use the node-red-contrib-ui-svg
node for which there is no equivalent in dashboard-2? (tho, tbh, not entirely true - there is a version @BartButenaers is working on)
Because it is perfectly possible to create and display SVGs in dashboard-2 (ui-template node)
1 Like
Indeed like @Steve-Mcl mentions there is a node-red-dashboard-2-ui-svg but it has very limited features compared to the svg node of the old dashboard.