07-01-2007 12:57 PM
07-02-2007
02:34 PM
- last edited on
03-14-2024
07:21 PM
by
Content Cleaner
Hello Roger,
There is no way to change the physical channel of the DAQ Assistant programmatically for this application. You would have to use the DAQmx subvis to get this functionality. If you Right-Click on the DAQ Assistant and select Generate NI-DAQmx Code, it will convert your DAQ Assistant into its corresponding DAQmx subvis.
You can not change the physical channel of the counter without stopping the task first. After you stop the task, you can change the channel through a property node (DAQmx Channel Property Node >> Counter Input >> Frequency >> Input Terminal), then start the task again.
You do have two counters on the PCI-6220, which means that you can only measure two signals simultaneously. The number of signals that you can measure is dependant on how many PFI lines you have access to. You can only measure a signal on PFI lines: 1-3, 5-7, 9-10, 15-16. If you wanted to measure 8 signals simultaneously, then I would recommend a PCI-6602. This board has 8 counters, which means that you can read in 8 different signals.
07-03-2007 10:55 AM