Logic Machine Forum
How to set Visualization as Home Page - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: General (https://forum.logicmachine.net/forumdisplay.php?fid=2)
+--- Thread: How to set Visualization as Home Page (/showthread.php?tid=855)



How to set Visualization as Home Page - Mirco - 21.06.2017

Hi,
with the firmware version 1.5.1 for HL I was able to set Visualizzation as default Home Page also with password, now with firmware 2.0.0 I'm not able to do it anymore.. it always open apps..

Is there a way?

Thanks!


RE: How to set Visualization as Home Page - savaskorkmaz - 21.06.2017

You can use Android and IOS applications are released today.

https://itunes.apple.com/tr/app/lm-home/id1248799806?mt=8

https://play.google.com/store/apps/details?id=com.itsona.logicmachineviewer&hl=tr


RE: How to set Visualization as Home Page - morak - 21.06.2017

Hi
There is work around for this :Smile
Run once to change main page when entering only IP address:
 
Code:
dst = '/www/index.html'
io.writefile(dst, [[<!DOCTYPE html>
<html>
<head>
 <meta http-equiv="refresh" content="0;URL=/scada-vis/">
</head>
<body></body>
</html>]])

 
To go back to original state run this once again:
 
Code:
dst = '/www/index.html'
io.writefile(dst, [[<!DOCTYPE html>
<html>
<head>
 <meta http-equiv="refresh" content="0;URL=/apps/">
</head>
<body></body>
</html>]])



RE: How to set Visualization as Home Page - Thomas - 21.06.2017

Thank you Morak. It works on LM5 too!

Mirco, You can use the setup from here
https://forum.logicmachine.net/showthread.php?tid=649&highlight=full-screen
instead of a native 3rd application.


RE: How to set Visualization as Home Page - Erwin van der Zwart - 21.06.2017

Nice script Morak Big Grin


RE: How to set Visualization as Home Page - Mirco - 22.06.2017

Thank you guys!! Big Grin


RE: How to set Visualization as Home Page - Rick - 18.11.2020

Can you give me an Android app installation package? I want to use it in mainland China, but I can't find it in Android Store.You can send to my mailbox rick.shi@advanceddevices.com.THANKS!


RE: How to set Visualization as Home Page - Daniel - 18.11.2020

Her it is
https://we.tl/t-t8DIiIYAfw