Author Topic: DP720 Touchscreen Inactivity Timer  (Read 64 times)

Offline gregbosma

  • PLUS+1 User
  • **
  • Posts: 9
  • Karma: +1/-0
DP720 Touchscreen Inactivity Timer
« on: April 25, 2024, 07:30:10 PM »
Hi all!

On a DP720 touchscreen program, I have a customer who would like a timer that logs people out of a password-protected page after a certain amount of inactivity. What's the best way to define inactivity?

Tying this timer to the navigation buttons is no problem, but what about touchscreen taps? Is there a quick and easy way to see if anywhere on the screen has been touched?

Offline Camox

  • PLUS+1 Developer
  • ***
  • Posts: 38
  • Karma: +3/-0
Re: DP720 Touchscreen Inactivity Timer
« Reply #1 on: Today at 08:54:22 AM »
Hi, there,
If we look at the touchscreen inputs, I would test the X and Y values in the State bus to check that the touchscreen is not being used.



Have a nice day