Cannot seem to get the timed event trigger to work

Any bugs you encounter with Flowcode should be discussed here.
BenR
Matrix Staff
Posts: 1936
http://meble-kuchenne.info.pl
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 506 times
Been thanked: 688 times

Re: Cannot seem to get the timed event trigger to work

Post by BenR »

Hi David,

Currently the component uses the system clock to get accurate timing and this is only accurate to 1 second.

For a higher rate you might be better of using a timer interrupt though this might not be very accurate in the simulation runtime, do you need accuracy on the timings?

Post Reply