Overview
This example can programmatically search all of the National Instruments DAQ cards attached to machine for a specific product.
Description
This example uses a DAQmx System property node to access the list of discovered device names, and then a DAQmx Deviceproperty node to determine the product type of each of the discovered devices. If need to use a specific device type (eg. PCI-6221 regardless of the name which MAX has assigned to it
Requirements
- LabVIEW 2012 (or compatible)
Steps to Implement or Execute Code
- Insert a specific device type.
- 2.Run the program, this VI programmatically search a device which connect to computer.
Additional Information or References
VI Block Diagram

**This document has been updated to meet the current required format for the NI Code Exchange.**