To download NI software, including the products shown below, visit ni.com/downloads.
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
Steps to Implement or Execute Code
Additional Information or References
VI Block Diagram
**This document has been updated to meet the current required format for the NI Code Exchange.**
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.