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.
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.
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)