Test Harness - Test counter.vi:
http://forums.ni.com/attachments/ni/170/199243/1/Test Harness - Test counter.vi
What exactly do you want to count? What is your application? The
Two-Signal Edge Seperation Measurement is meant to give you the time
between the rising edge of one signal and the falling edge of another
signal. Try searching for "Measuring Period, Semi-Period, Pulse Width,
and Two-Edge Separation" in the LabVIEW 8 help for a full explanation.
If you want to count the edges of a signal then you need to use a DAQmx
Count Edges task.
Regards
Jon B
NIUK Applications Engineer
NIUK
I think by default that task will try and count pulses from the
internal timebase of the card. I have modified the code so it specifies
an external timebase. Have a go with this one and see if it works.
Regards
Jon B
Applications Engineer
NIUK
Test Harness - Test counter - mod.vi:
http://forums.ni.com/attachments/ni/170/199449/1/Test Harness - Test counter - mod.vi