01-05-2011 12:08 PM
Hi! bruno,
There are three functions in your dll: DestroiTemporizador(), CriarTemporizador(), and Temporiza().
Could you explain how one should use them instead of NI's Timer() or AsyncTimer()?
Thanks!
01-07-2011 08:02 AM
How it works is simple.
You must initialize the timer with CriarTemporizador(CreateTimer) in the start section with the time(in milliseconds) which you want wait.
In the code section who you want to be timed you will put Temporiza (Wait). This functon returns the time thats the system waits.
The precision of the timer depends of the precision of the processor counters and not of the real-time clock.
And finally you destroy the tmer with the function DestroiTemporizador (DestroyTimer).
01-07-2011 06:40 PM
Thanks! I will give it a try....
Would be nicer if the function names are in English.
01-07-2011 08:40 PM
I dont speak english