Re: acquire two signals and wait for trigger to determine difference in time

2004-06-17 Thread Lab Student
Is there a sample program that would show this?

Re: acquire two signals and wait for trigger to determine difference in time

2004-06-17 Thread Ilos
Do you need a hardware or a software timer? How precise should it be? If a software timer is sufficient, than you could use "tick counts". So, read both channels, wait for a change in channel 0. If a change is detected, get the current time with "tick count" and store it. Detect and wait for the ch