Timer interrupt bug

Please add any bug reports that require discussion here

Moderator: Benj

Forum rules
Only bug reports will be considered here. General questions should not be posted in this forum.
Post Reply
medelec35
Matrix Staff
Posts: 9520
Joined: Sat May 05, 2007 2:27 pm
Location: Northamptonshire, UK
Has thanked: 2585 times
Been thanked: 3815 times
Contact:

Timer interrupt bug

Post by medelec35 »

Attached is a flowchart that stops running when single stepping at the same point.
In the screen shot below, if press F8 when reached this point, flowchart will stop.
Timer int bug.png
(24.77 KiB) Downloaded 3033 times
If the timer interrupt is removed, then flowchart will continue to run indefinitely.
The 1 second delay has something to do with the bug since if removed, again flowchart will continue to run indefinitely.
Attachments
timer int bug.fcfx
(7.8 KiB) Downloaded 283 times
Martin

User avatar
JonnyW
Posts: 1230
Joined: Fri Oct 29, 2010 9:13 am
Location: Matrix Multimedia Ltd
Has thanked: 63 times
Been thanked: 290 times
Contact:

Re: Timer interrupt bug

Post by JonnyW »

Cheers Martin, I'll take a look.

Jonny

aanside
Posts: 1
Joined: Mon Sep 09, 2013 3:35 pm
Contact:

Re: Timer interrupt bug

Post by aanside »

I find a similar bug in the Frequency Counter demo program.
It runs but, no matter how fast the button is pressed, the readout on the display remains at 1Hz (with the odd flicker to 2Hz). I have a program written in Flowcode 5 which has a similar structure and works perfectly. When imported into Flowcode 6 it show the same behaviour as the Frequency Counter example.

Post Reply