LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

number of NI-DAQmx devices

Hi,

I would like to know the number of devices (NI-DAQmx Devices)I have installed in my system (those that appear in measurament and automation explorer), How can I do it?
I want to do that because I need to kow if there are NI-DAQmx Devices installed in my system.

I use LV7.

Thanks in advance,

Toni.
0 Kudos
Message 1 of 4
(2,373 Views)
tonitpp said:

"
those that appear in measurament and automation explorer"

then if you have installed MAX you can see what devices you have installed in your system, only open MAX and go to My System >> Devices and Interfaces, there would appear "DAQmx Devices" or something like that 😛
0 Kudos
Message 2 of 4
(2,356 Views)

Toni,

Sounds like you want to do this detection of number of DAQmx devices programatically

Look at this link. It also has an example vi 'device_info.vi' which would be of use to you

To do this detection , you will require Two property nodes

  • DAQmx System Property Node
  • DAQmx Device Property Node

Hope this helps

Regards

Dev

0 Kudos
Message 3 of 4
(2,350 Views)
Ok, thanks.
0 Kudos
Message 4 of 4
(2,293 Views)