I haven't really used the DAQ Assistant -- can you post your code and describe the nature of what doesn't work?
A couple possible thoughts in the meantime. When you choose the two counter measurement method, each DAQmx task will use 2 counters. In addition to the one you specify, another will also be used, probably the one considered the "adjacent counter." The counter pairs that are considered "adjacent" are (0,1), (2,3), (4,5), (6,7). So if you set up the task by specifying counter 0, the DAQmx driver would also need counter 1 for that task. You'd need to setup your next task on, say, counter 2 and the DAQmx driver would also consume counter 3.
The other alternative is to use the 1 Counter measurement method. I believe t
he wide range is only needed when your time intervals might exceed the rollover time for your counter. Even with an 80 MHz source you can accomodate nearly a minute between pulses. Given your min and max specs above, I doubt you need to use the 2 counter method.
-Kevin P.
ALERT! LabVIEW's subscription-only policy came to an end (finally!). Unfortunately, pricing favors the captured and committed over new adopters -- so tread carefully.