Creates a channel to measure the frequency of a digital signal. With the exception of devices that support multi-counter tasks, you can create only one counter input channel at a time with this node, because a task can contain only one counter input channel. To read from multiple counters simultaneously, use a separate task for each counter. Connect the input signal to the default input terminal of the counter, unless you select a different input terminal.
task in specifies the task to which to add the virtual channels this node creates. If you do not specify a task, NI-DAQmx creates a task for you, and adds the virtual channels this node creates to that task.
counter specifies the name of the counter to use to create the virtual channel. The DAQmx physical channel constant lists all physical channels, including counters, for devices installed in the system.
name to assign specifies a name to assign to the virtual channel this node creates. If you do not wire a value to this input, NI-DAQmx uses the physical channel name as the virtual channel name.
If you use this input to provide your own names for the virtual channels, you must use the names when you refer to these channels in other NI-DAQmx nodes, such as the source input of the DAQmx Trigger node.
If you create multiple virtual channels with one DAQmx Create Virtual Channel node, you can specify a comma-separated list of names to assign to the virtual channels. If you provide fewer names than the number of virtual channels you create, NI-DAQmx automatically assigns names to the virtual channels.
units specifies the units to use to return frequency measurements.
Name | Description |
---|---|
From Custom Scale |
Units a custom scale specifies. If you select this value, you must wire a custom scale name to the custom scale name input. |
Hz |
Hertz. |
Ticks |
Timebase ticks. |
error in describes error conditions that occur before this node runs. This input provides standard 'error in' functionality.
measurement range specifies the minimum and maximum values you expect to measure.
maximum value specifies in units the maximum value you expect to measure.
minimum value specifies in units the minimum value you expect to measure.
measurement method specifies the method to use to calculate the period or frequency of the signal.
Name | Description |
---|---|
High Frequency with 2 Counters |
Use two counters to count pulses of the signal to measure during measurement time. |
Large Range with 2 Counters |
Use one counter to divide the frequency of the input signal by divisor to create a lower-frequency signal that the second counter can more easily measure. |
Low Frequency with 1 Counter |
Use one counter that uses a constant timebase to measure the input signal. |
custom scale name specifies the name of a custom scale for the channel.
starting edge specifies between which edges to measure the frequency or period of the signal.
Name | Description |
---|---|
Falling |
Measure between falling edges. |
Rising |
Measure between rising edges. |
measurement time is the length of time in seconds to measure the frequency or period of the signal, if measurement method is High Frequency with 2 Counters. Leave this input unwired, if measurement method is not High Frequency with 2 Counters.
Measurement accuracy increases with increased measurement time and with increased signal frequency. If you measure a high-frequency signal for too long, however, the count register could roll over, which results in an incorrect measurement.
divisor is the value by which to divide the input signal when measurement method is Large Range with 2 Counters. Leave this input unwired, if measurement method is not Large Range with 2 Counters.
The larger the divisor, the more accurate the measurement. However, too large a value could cause the count register to roll over, which results in an incorrect measurement.
task out is a reference to the task after this node runs. The task contains any newly created virtual channels. If you did not wire a value to task in, NI-DAQmx automatically creates the task this output refers to.
error out contains error information. If error in indicates that an error occurred before this node ran, error out contains the same error information. Otherwise, error out describes the error status that this node produces.
Where This Node Can Run:
Desktop OS: Windows
FPGA: LabVIEW NXG does not support FPGA devices
Web Server: Not supported in VIs that run in a web application