Posted 13 February Good afternoon, I'm trying to add a custom image to the screen saver on the NA5 HMI, has anyone had experience with this? I can get to the screen saver setting on the device but there's only "Blank" screen as default, but I'd like to add my own image instead. Can anyone help? Thanks! Share this post Link to post Share on other sites
Posted 13 February There's no native way to do this on the NA however there is a system variable you can use to check the time since the last activity. You can retrieve it with VB script: Omron.Hmi.ProjectManagement.ProjectManager.LastActivity You can then either force a screen change by VB script or if you map that variable to the PLC you can have the PLC change the screen to your screensaver page. 2 people like this Share this post Link to post Share on other sites