LogicMachine Forum
new visu and scheduler - Printable Version

+- LogicMachine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Visu (https://forum.logicmachine.net/forumdisplay.php?fid=24)
+--- Thread: new visu and scheduler (/showthread.php?tid=6385)



new visu and scheduler - Frank68 - 08.04.2026

Hi

Is possible use scheduler frame in new Visu?
I try but not have possibility to link to scheduler.

Tank's


RE: new visu and scheduler - Daniel - 08.04.2026

Just use
/scada-vis/schedulers


RE: new visu and scheduler - Juande - 08.04.2026

Hello,

I work with several Logic Machines on the same cloud account (for example, one at home and another at the office).

When accessing the planners through the cloud, the "Networks" button appears (top right corner), which allows switching between devices. This shortcut switches between Logic Machines, but only in terms of scheduling; the plan remains the Logic Machine selected in the plan menu.

How can I hide this shortcut so that the Logic Machine is selected from the main menu?

This same problem occurs in trend logs; how can I hide it there as well?

Thank you very much!


RE: new visu and scheduler - admin - 09.04.2026

Network selection button is now hidden when Trends/Schedulers are included in Visu via frame element.


RE: new visu and scheduler - Juande - 14.04.2026

I'm using this CSS

.trends.view-frame {
transform: scale(1.4);
transform-origin: 0 0;
width: 71.43%;
height: 71.43%;
}

to scale the text to the correct size. It works perfectly locally, but not in the cloud. What am I doing wrong?

Thank you very much!