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.

Icon change (Mosaic, Mosaic editor, Scheduler, Trend log)
#1
Hi!

Is it possible to somehow change icons on cloud overall page?
I see that these icons are stored in LM but does LM Home app loads these from device as well?
In picture left side there is solution what I would like.

Is it possible to do that via script? Example I upload new icons to ftp and run script what replaces these icons to new one.
I'm aware after software update these icons can replaced to default.

Or that is not suggested because of some reason?

Thanks!

Attached Files Thumbnail(s)
   
Reply
#2
See this: https://forum.logicmachine.net/showthread.php?tid=4078
Reply
#3
I was able to change shortcut icon what goes to home screen but was unable to change these icons what is in LM UI or LM Home app UI.
Can you please provide me path address for example schedulers?

When trying
/apps/data/schedulers/icon.png
/apps/core/e.schedulers/icon.png

I don't get any response when logging io.writefile().
Reply
#4
Full path is /www/apps/...
Reply
#5
I also want to change the icon when making a shotcut. I have not succeeded in copying the photo file to LM through FTP. Can someone take a picture or video for me? Sad . Then I knew I would run the following command:
data = io.readfile('/home/ftp/visualization.png')
if data then
io.writefile('/www/scada/resources/images/visualization.png', data)
end
data = io.readfile('/home/ftp/touch.png')
if data then
io.writefile('/www/scada/resources/images/touch.png', data)
end
Thank so much everyone!
Reply
#6
https://app.screencast.com/xuxAhYGWpTRmj
------------------------------
Ctrl+F5
Reply


Forum Jump: