Posts: 165
Threads: 82
Joined: Jul 2015
Reputation:
1
Hello ,
In visulation design, we can create a link with an icon to schedulers page. But we cannot back to main visulation page. There is no back button or home page button in schedulers page. We don't want to use browser back button because we are using full screen application with a touchscreen.
How we can turn back to our main visulation page from schedulers page ?
Posts: 26
Threads: 2
Joined: Jul 2015
Reputation:
0
Hello,
thank you for the code, working good !
It appears that the home button point to the first page of the visualisation and not the previous page you were on.
Would it be possible to point to a specific page like window.page#4.go() rather than window.history.back() ?
Thank you for your help.
Hippolyte
Posts: 26
Threads: 2
Joined: Jul 2015
Reputation:
0
Thank you for your quick answer but the issue is that /scada-vis/ will always redirect to the first page of the visualisation.
Is it doable to have a /scada-vis/page#4 ?
Posts: 26
Threads: 2
Joined: Jul 2015
Reputation:
0
Perfect thank you so much !
Posts: 411
Threads: 103
Joined: Oct 2016
Reputation:
9
My suggestion wrap your
schedulers and trends to a widget and dynamically change the widget.
Here is how to do it:
https://forum.logicmachine.net/showthrea...ler+widget
Because it's infinity times faster than reloading of the whole visu and your user ends always at the correct page of your visu.
LM team please add scheduler and trend objects as you have promised here
https://forum.logicmachine.net/showthrea...ler+widget
LM5Lp, firmware: 2018.08.22 and 2021.12.15, FlashSYS v2, ARMv7 Processor rev 5 (v7l), kernel 4.4.151 and 4.4.259
Posts: 237
Threads: 31
Joined: May 2018
Reputation:
2
10.12.2019, 09:16
(This post was last modified: 10.12.2019, 09:17 by DGrandes.)
Hi,
I have a question about home button in trends/schedules.
I´ve different widget to open different trends/schedules and I want back to this widget when I click on "home" button.
Is there any way to do that?
Thanks