12-04-2008 02:12 PM
I am using a counter on a 6250 card and want to measure a frequency on PFI3, using Dev1/ctr1. The default input channel for counter frequency input is FPI4. The documentation suggests that you can change the default input channel. What is the DAQmx C command to do this? The help files and example programs on absolutely useless for finding the answer, (as well as the paid for tech support service contract...they only support Labview/LabWindows according to the guy I spoke with).
Thanks in advance,
Eric
12-05-2008 10:50 AM
Hi Eric,
I think the DAQmx C command you are refering to is DAQmxSetCIFreqTerm. This is located under List of Channel Properties>>Counter Input>>Input Terminal.
Also, there is a document that explains how to do this in LabVIEW, CVI and C on our website.
Changing the Input Terminal (Source) for a Counter Measurement with NI-DAQmx
12-10-2008 08:57 AM