LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to get a list of all physical channels of all devices of a system

I want to get a list of all physical channels of all devices installed on a system. I want this list to be shown during runtime without creating any task, virtual channel etc. "DAQmx Physical channel constant" gives the list of all physical channels of all devices but as it is a constant so only one physical channel is selected out of complete list at a time after its creation. Because of same constant nature, there are no property nodes for incrementing/decrementing so it cannot be used in a loop to give an array of physical channels.
 
So if any experienced Labview Developer could guide me to get this list during runtime.
0 Kudos
Message 1 of 3
(4,065 Views)

Thanks ......

I've got the soloution.

0 Kudos
Message 2 of 3
(4,064 Views)
Hello,
With NI-DAQmx 8.0, you have the ability to query the driver for devices and their associated physical channels.  Check out the attached program.
-Alan A.
Message 3 of 3
(4,040 Views)