Is there a way to know if a VNC screen has been touched? We are doing a project with a Uni PLC and I’m trying to setup a watchdog timer to activate a screen saver. In a standard Uni-Stream I’d use the General.Touched Bit as the bit that controls the timer. During testing with a VNC panel this bit never activates and I have been unable to locate a system bit that indicates this.
Or am I stuck going their the project and adding an action to every single button that acts as the General.Touched Bit to achieve the same result?