Host Engineering Forum

General Category => Do-more CPUs and Do-more Designer Software => Topic started by: RBPLC on January 12, 2021, 01:44:30 PM

Title: Timers Over D Length
Post by: RBPLC 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)?
Title: Re: Timers Over D Length
Post by: BobO 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.
Title: Re: Timers Over D Length
Post by: ADC Product Engineer on January 12, 2021, 09:11:52 PM
Or link a timer to a counter.  The counter could be x10, x100, x1000, etc.