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

Re: Reset clock count/encoder counts

2004-06-14 Thread Ilos
Use the "Counter Control.vi" (Data Acquesition-> Counter->Advanced Counter). With the control code 1 you can resets the counter. Alternatively you may use the VI with control codes 4 and 2 which disarms and arms the counter again ("If you follow a disarm with another arm, then the acquisition resta