![]() |
Usermode visualisations no longer displaying - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Visualization (https://forum.logicmachine.net/forumdisplay.php?fid=9) +--- Thread: Usermode visualisations no longer displaying (/showthread.php?tid=5668) |
Usermode visualisations no longer displaying - mykro - 15.10.2024 I have a C-Bus Automation Controller which has been running awesome on version 1.0.8 since ~2017. I recently upgraded it to their latest version 1.17.0. Now all my visualisation pages are completely blank in usermode ![]() They're all still working perfectly in touch mode though! So the vis data seems intact. And I can see them just fine in the editor. I can also modify the "Vis configurations" global settings and see some things actually happening in usermode; e.g. if I set either "Usermode background color" or "Usermode background image" those changes indeed appear on the screen. But nothing from the visualisation layout will appear; none of the controls, no visualisation background. I've also tried creating new visualisations from a blank slate and they have the same problem - nothing displays. Here's the view-source, it seems like there's still plenty going on and plenty being loaded, I just can't see anything! This is just the first snippet, there's loads more divs I left out. Code: <!DOCTYPE HTML> I know its a custom OEM firmware and I'm afraid I don't know exactly which Logic Machine baseline versions correspond to the C-Bus versions, but I'm really hoping the experts here can think of some way to reveal my vis again. Would really appreciate any ideas! Thank you in advance ![]() RE: Usermode visualisations no longer displaying - Daniel - 15.10.2024 Any errors in the console? RE: Usermode visualisations no longer displaying - mykro - 16.10.2024 (15.10.2024, 09:45)Daniel Wrote: Any errors in the console? Hi Daniel, I confess I don't know where to find the console you're referring to. I attached screenshots of my /scada-main page, and also my /flashsys showing the system log. I also telnetted to port 22 on the device (aka "remote diagnostics") but it doesn't display anything even when I visit the /scada-vis page. Not too sure where else to look I'm afraid ![]() RE: Usermode visualisations no longer displaying - Daniel - 16.10.2024 Press F12, it is the browser console. |