LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Reading available DAQmx channels from max using LV 8.2

Hi I'm trying to find a VI to read the available DAQmx channels from MAX using LV 8.2. I'm guessing I need the equivalent to "DAQmxGetSysDevNames()" ?
0 Kudos
Message 1 of 3
(2,319 Views)

I think this does what I was after...

 

But I still need to work out how to get the task name in the form of a string...?

Message Edited by blue_cortina on 09-24-2008 06:15 AM
0 Kudos
Message 2 of 3
(2,316 Views)

Unless you want to just find the global channels that have been defined, I don't know what the link has to do with your question and I don't understand your comment about the task name in the form of a string. If you want to find all physical channels for all devices, you can use the code below. Drag down the DAQmx Device property node and select AO, DI, DO, etc.

 

Message Edited by Dennis Knutson on 09-24-2008 09:26 AM
0 Kudos
Message 3 of 3
(2,302 Views)