Table 9-7. time n descriptions, Cascading counters, Counter filters – National Instruments NI USB-621x User Manual

Page 113: Cascading counters -33 counter filters -33

Advertising
background image

Chapter 9

Counters

© National Instruments Corporation

9-33

NI USB-621x User Manual

Cascading Counters

You can internally route the Counter n Internal Output and Counter n TC
signals of each counter to Gate inputs of the other counter. By cascading
two counters together, you can effectively create a 64-bit counter. By
cascading counters, you also can enable other applications. For example, to
improve the accuracy of frequency measurements, use reciprocal frequency
measurement, as described in the

Method 3—Measure Large Range of

Frequencies Using Two Counters

section.

Counter Filters

You can enable a programmable debouncing filter on each PFI signal.
When the filters are enabled, your device samples the input on each rising
edge of a filter clock. M Series devices use an onboard oscillator to
generate the filter clock with a 40 MHz frequency.

Note NI-DAQmx only supports filters on counter inputs.

The following is an example of low to high transitions of the input signal.
High to low transitions work similarly.

Assume that an input terminal has been low for a long time. The input
terminal then changes from low to high, but glitches several times. When
the filter clock has sampled the signal high on N consecutive edges, the low
to high transition is propagated to the rest of the circuit. The value of N
depends on the filter setting; refer to Table 9-8.

Table 9-7. Time N Descriptions

t

0

At t

0

, the counter is armed. No measurements are taken until the counter is armed.

t

1

The rising edge of Gate indicates the beginning of the first period to measure. The
counter begins counting rising edges of Source.

t

2

The rising edge of the Sample Clock indicates that the USB M Series device should
store the result of the measurement of the current period when the period ends.

t

3

The rising edge of Gate indicates the end of the first period. The USB M Series device
stores the counter value in the buffer.

t

4

The rising edge of Gate indicates the end of the second period. Sample Clock did not
assert during this period, so the counter discards the measurement of the second period.

t

5

The rising edge of Gate indicates the end of the third period. Sample Clock asserts
during this period, so the USB M Series device stores the measurement in the buffer.

Advertising