Hello!
The example "Meas Two Edges Separation.vi" can only be used with M Series cards (62xx) or the 6010.
For your 6024 you can do this:
- Use the example "Gen Dig Pulse Train-Continous-Pause Trigger.vi" to create a Pulse Train on counter 0 (f.e. with 100kHz) only when the first signal is on HIGH (you connect the first signal on the gate of counter 0, PFI9)
- Use the example "Count Digital Events-Pause Trig.vi" to count on counter 1 only the events when the second signal is LOW. The Counter Output of counter 0 must be connected to Counter 1 Source and the second signal should be connected to Counter 1 Gate (PFI4).
So the first counter will generate a pulse train at a known frequency (f.e. 100kHz) only when the first signal is HIGH, this signal goes to the second counter which count every rising edges only when then second Signal is LOW. So you can find out the time difference between the two signals.
I hope it was enough clear.
Have a nice day
Ken