News:

  • October 13, 2025, 12:55:18 PM

Login with username, password and session length

Author Topic: Timers Over D Length  (Read 1551 times)

RBPLC

  • Hero Member
  • *****
  • Posts: 585
Timers Over D Length
« on: January 12, 2021, 01:44:30 PM »
What's the easiest way to implement a timer that needs to run longer than the D word value (~596 hours I think)?

BobO

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 6126
  • Yes Pinky, Do-more will control the world!
Re: Timers Over D Length
« Reply #1 on: January 12, 2021, 03:13:46 PM »
What's the easiest way to implement a timer that needs to run longer than the D word value (~596 hours I think)?

If you don't need millisecond accuracy, just use $UTC, which is in seconds.
"It has recently come to our attention that users spend 95% of their time using 5% of the available features. That might be relevant." -BobO

ADC Product Engineer

  • Hero Member
  • *****
  • Posts: 270
Re: Timers Over D Length
« Reply #2 on: January 12, 2021, 09:11:52 PM »
Or link a timer to a counter.  The counter could be x10, x100, x1000, etc.