Board index » delphi » Delay Loop Implementaton Under WIN95???
h...@b1.hkstar.com (Hui Pak Ki Partick)
![]() Delphi Developer |
Wed, 14 Jul 1999 03:00:00 GMT
Delay Loop Implementaton Under WIN95???Hi All: I have experienced a problem in setting a delay loop in my In Pascal format: // ******************* Procedure Time Delay (200us) ***** There is a signal that I want to sample under a external trigger ---- ---- ---> <----- 200us Delay from the procedure for-loop However, the above situation does not always happen due to some ---- ---- ----> <----- 200us Delay pluse some WEIRED delay Note the duration of both signals are 1ms. The signal to be sampled My questions: Is there a method that can implement an accurate delay loop Is it possible to disable all other WIN95 tasks interrupt when What if I am using assembly language (80x88) to write this Is there a timer that can be start and stop at any time in I would greatly appreciate for any suggestions or inputs. Patrick |