11-08-2012 11:19 AM
Hi,
I want to use the internal counter channels on my cDAQ-9178. I know I can use _ctro for my physical channel name when creating counter channel. Is there a way I can enumerate all the available internal channels on a device. I am using the function
DAQmxGetDevCIPhysicalChans
for listing all the channels on the device. But when used on the chassis, I do not get a list of internal channels. I found KB on how to do it with LABVIEW but can not find a way to do it programmatically using NI DAQmx C API.
Best Regards,
Manisha
The MathWorks
Solved! Go to Solution.
11-09-2012 04:54 PM
Hello Manisha,
For the internal channels, you need to hard code them. You can find a list of internal channel names at the following link: http://zone.ni.com/reference/en-XX/help/370466V-01/mxdevconsid/internalchannels/
11-12-2012 08:10 AM
Thanks for the reply Maggie!
11-13-2012 08:57 AM
I'm glad I could help!