API-TIMER(W32) Timer Driver

  • Even in absence of a board, this driver can be used as an interval timer that exhibits higher precision than the system timer.
  • Function execution time can be measured with micro second accuracy.
  • Using the wait function, program processing can be suspended for a specified length of time.
  • With the attached ActiveX control “CONTEC ACX Timer Control”, you can use the timer function without relying on API function (the timer function can also be used with Visual C++).

Overview / Features

API-TIMER(W32) is a device driver (API function) that, when using CONTEC boards, provides precise timer function in a Windows environment.

  • Even in absence of a board, this driver can be used as an interval timer that exhibits higher precision than the system timer.
  • Function execution time can be measured with micro second accuracy.
  • Using the wait function, program processing can be suspended for a specified length of time.
  • With the attached ActiveX control “CONTEC ACX Timer Control”, you can use the timer function without relying on API function (the timer function can also be used with Visual C++).

To PageTop