Measuring frequency using the digital lines of the board will not be
the accurate way of measureing frequency. But those digital lines read
the pulses based on software timing. Counters are best for measureing
frequency but since you have only two counters, you can measure
frequency of two signals.
Now the best option would be to use the SCXI-1126 frequency module to
measure 8 frequency signals (from 0 to 128KHz range). You will get
accurate frequency information based on hardware timing.
One more workaround would be to acquire the time domain signal using
analog channls off of DAQCard then using the software routines, you
can extarct frequency spectrum information from it. The example of
such technique is "Benchtop Spectrum Analyzer.vi" under signal
processing in labview.
A Rafiq
National Instruments
http://www.ni.com/ask
Check out the item on the NI website:
http://zone.ni.com/devzone/devzoneweb.nsf/opendoc?openagent&4229043E5852EC998625683A000A5410&cat=33E541E2AEBC0B5986256786000FC83D
This should show you the VI to do this.
Mark