Posts: 373
Threads: 148
Joined: May 2020
Reputation:
0
Hi
Is possible use scheduler frame in new Visu?
I try but not have possibility to link to scheduler.
Tank's
Posts: 5614
Threads: 30
Joined: Aug 2017
Reputation:
252
Just use
/scada-vis/schedulers
------------------------------
Ctrl+F5
Posts: 19
Threads: 4
Joined: Feb 2020
Reputation:
0
08.04.2026, 23:23
(This post was last modified: 08.04.2026, 23:24 by Juande.)
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!
Posts: 8706
Threads: 48
Joined: Jun 2015
Reputation:
498
Network selection button is now hidden when Trends/Schedulers are included in Visu via frame element.
Posts: 19
Threads: 4
Joined: Feb 2020
Reputation:
0
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!