This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

How to set Visualization as Home Page
#1
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!
Reply
#2
You can use Android and IOS applications are released today.

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

https://play.google.com/store/apps/detai...ewer&hl=tr
Reply
#3
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>]])
Reply
#4
Thank you Morak. It works on LM5 too!

Mirco, You can use the setup from here
https://forum.logicmachine.net/showthrea...ull-screen
instead of a native 3rd application.
LM5Lp, firmware: 2018.08.22 and 2021.12.15, FlashSYS v2, ARMv7 Processor rev 5 (v7l), kernel 4.4.151 and 4.4.259
Reply
#5
Nice script Morak Big Grin
Reply
#6
Thank you guys!! Big Grin
Reply
#7
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!
Reply
#8
Her it is
https://we.tl/t-t8DIiIYAfw
------------------------------
Ctrl+F5
Reply


Forum Jump: