How to use timers
-
- Posts: 43
- Joined: Sat Sep 13, 2008 10:36 pm
- Contact:
How to use timers
how to use a timer to count for a period of time for transmit receive signal ??????
- 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
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.
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.
Regards Ben Rowland - MatrixTSL
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
-
- Posts: 43
- Joined: Sat Sep 13, 2008 10:36 pm
- Contact: