How to use timers

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 2 and 3.

Moderators: Benj, Mods

Post Reply
khaled yasin
Posts: 43
Joined: Sat Sep 13, 2008 10:36 pm
Contact:

How to use timers

Post by khaled yasin »

how to use a timer to count for a period of time for transmit receive signal ??????

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: How to use timers

Post by Benj »

Hello

Simply start a timer running at a particular frequency and clear your count variable, in the timer macro increment your variable, When you are ready stop the timer running, the time is then equal to the variable count value multiplied by the timer timeout period.

khaled yasin
Posts: 43
Joined: Sat Sep 13, 2008 10:36 pm
Contact:

Re: How to use timers

Post by khaled yasin »

thank you

Post Reply