App Builder Interrupt problem

For general Flowcode discussion that does not belong in the other sections.
medelec35
Matrix Staff
Posts: 1481
http://meble-kuchenne.info.pl
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 525 times
Been thanked: 481 times

Re: App Builder Interrupt problem

Post by medelec35 »

Hi Osta .
You only call the Start macro once, it will then carry out the timing function as set by the properties.
The SetTimePeriod macro is only called once if you want to suddenly change the time stated within properties.
You won't require a new Start macro as the timing will continue as per SetTimePeriod macro.
I have included a demo of using both macros.
Attachments
TEST2.fcfx
(8.84 KiB) Downloaded 91 times
Martin

Osta
Posts: 53
Joined: Thu Dec 10, 2020 1:12 pm
Has thanked: 1 time
Been thanked: 3 times

Re: App Builder Interrupt problem

Post by Osta »

Thanks Martin
For help, I understood everything!

medelec35
Matrix Staff
Posts: 1481
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 525 times
Been thanked: 481 times

Re: App Builder Interrupt problem

Post by medelec35 »

You're welcome.
I'm glad I could help you understand how it works.
Thanks for letting me know.
Martin

Post Reply