01-08-2025 02:13 AM
Hello everyone,
So I have a PXIe chassis and a bunch of PXIe 4300 AI cards. The test setup is regularly changed which means at any point the chassis could have any number of slots filled with these AI cards.
I want to write a program for acquisition such that the VI recognizes which slots are available and exclude the blank slots.
I realize that in the DAQmx Create Channel task, there is an input where you list the physical channels you want to acquire from, but how do I get the list of all available channels so I can feed it to this physical channel field?
I am relatively new with LabVIEW. Seeking help! Thanks in advance.
Solved! Go to Solution.
01-08-2025 03:05 AM
01-08-2025 06:17 PM
Retrieve All DAQmx Physical Channels of a System Programmatically
01-09-2025 04:29 AM
Thanks. I tried both ways and the SystemConfig API method worked too but I think this is a simpler way to get all the active slots.