05-31-2024 03:58 AM
Thank you Henrik for your taking a time to help me.
However, unfortunately, I confirmed that those propery setting couldn't solve the problem.
I asked for a help to NI a couple of days ago regarding this issue.
I have not received any solution from them yet.
05-31-2024 09:12 AM - edited 05-31-2024 09:13 AM
Just getting back to this thread and after a re-read, I think this is a hardware limitation.
Device specs for the USB-6341 declare a 25 MHz limit for what they refer to as an "external base clock." What this essentially *means* is that external signals faster than 25 MHz aren't guaranteed to get through the front-end interface circuitry to be counted. The internal counter itself *can* count at 100 MHz when it counts its own 100 MHz internal base clock.
Back in the day I used the PCI-6602 quite a bit. By comparison, it has specs for "maximum source frequency" (which I presume to mean external OR internal) of 80 MHz. Unfortunately its PCIe replacement, the 6612, is back to spec'ing the max frequency for edge counting at 25 MHz.
Offhand I don't know of a good workaround, unless bursts of >25 MHz pulses are rare enough that you can simply accept the measurement error of missing them. Otherwise you'll need a DAQ device that's capable of receiving 50 MHz pulses.
NI has a lot of DAQ devices I don't know much about so you can see what they would recommend. I'm sure there are 3rd party devices that have the specs, but those don't always integrate particularly well. The one thing I would know to try is a PCI-6602 (but you'd need to find a desktop PC that still supports PCI).
-Kevin P
06-03-2024 05:37 AM
Will it work with the prescaler property set to 4?
In that case you migth use two counters , one normal and one with a prescaler.
I assume that in case of >25M pulses per second an error of +1 -4 is acceptable?
I checked our setup, and yes with the x-series counter we stay below 20 MHz* and use PXI-660x to count up to 80 MHz without prescaler.
(since our signal is a constant frequency with shift, we can down mix it. )