Components libraries bugs.

Any bugs you encounter with Flowcode should be discussed here.
djebirmalik
Posts: 19
http://meble-kuchenne.info.pl
Joined: Thu Dec 03, 2020 5:21 am
Has thanked: 1 time
Been thanked: 1 time

Re: Components libraries bugs.

Post by djebirmalik »

Hi BenR,

I knew you would be able to find the solution.
Already, the program does not crash when we add the "timer" component.
However, the program still does not work on the chip.
I look forward to the rest of the repairs.

You are a champion.

Cordially.Malik.

mnfisher
Valued Contributor
Posts: 1031
Joined: Wed Dec 09, 2020 9:37 pm
Has thanked: 107 times
Been thanked: 535 times

Re: Components libraries bugs.

Post by mnfisher »

Hi Ben,

Any progress on this? I've just done a simple test program - and StartTimer seems to cause 'issues' - never returning...

Disabling StartTimer - continues to the loop but the timer doesn't advance :-(
timer demo.fcfx
(12.42 KiB) Downloaded 53 times
Martin

BenR
Matrix Staff
Posts: 1780
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 454 times
Been thanked: 619 times

Re: Components libraries bugs.

Post by BenR »

Hello,

Investigating now,

Found the bug, the timings was being defined and then undefined to allow other timer timings to be uneffected, however when the start macro was called it was getting the undefined version and so passing 0 as the time base. Basically constantly interrupting.

So I've now put the value in directly instead of via a define. You might need to do a full database update to ensure you have the advanced string component as this does the search and replace to correctly edit the timer start string.

Let me know if you find any further issues.

djebirmalik
Posts: 19
Joined: Thu Dec 03, 2020 5:21 am
Has thanked: 1 time
Been thanked: 1 time

Re: Components libraries bugs.

Post by djebirmalik »

Hello everyone.
Components libraries/Maths/Timed Interval/ does not work with ESP32_WROOM_32.
Would you have a solution?
THANKS.

Post Reply