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 visulaizion and touch
#2
It's not supported directly, but can be done via a script. You need to upload visualization.png and touch.png via FTP to LM. Note that you need to clear cache after this and icons will be reset after firmware upgrade.

Code:
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
Reply


Messages In This Thread
Icon visulaizion and touch - by oyvindnordbo - 10.11.2018, 07:20
RE: Icon visulaizion and touch - by admin - 12.11.2018, 07:59
RE: Icon visulaizion and touch - by Daniel - 13.11.2018, 08:36
RE: Icon visulaizion and touch - by Daniel - 13.11.2018, 09:55

Forum Jump: