QUOTE(The Turkey Slayer @ Nov 28 2006, 01:42 PM) [snapback]44613[/snapback]
Right now I'm writing some logic for a cycle complete message display. I have a main cycle timer and a message display timer.
I currently have it set up so the message display timer is triggered by the done bit of the main cycle timer. The message display timer will then time out, then will reset itself and the main cycle timer by its done bit.
The problem is, the done bit of the message display timer never engages, and the timer just keeps cycling. Any suggestions?
Are you sure the done bit isn't being reset so fast you can't see it on your PC?
Use the message timer done bit as the input to a counter, see if the counter goes up.
Exactly how are you resetting the timers?
Can you post a code snippet or snap shot?
Perhaps something like this, might solve your timing issue, the done bit from the cycle timer, starts the message timer, the done bit from the message timer resets the cycle timer, thus clearing it's done bit, and resetting the message timer.