Overview
This VI enables you to programmatically retrieve information about your hardware such as hardware name, serial number, and firmware through LabVIEW.
Description
Using the System Configuration API, it is possible to programmatically retrieve information about the hardware on your system through LabVIEW 2011 or later. You can filter by the name of the desired device (in this example, I am using a GPIB-ENET/1000) and then retrieve a variety of information on that hardware.
Depending on the device, the information you can retrieve includes:
Steps to Implement or Execute Code
Requirements
Software
LabVIEW 2011 or later
LabWindows/CVI 9.0 or later
This code errors if the "ProdName" property doesn't exist for a device. There is a more complete example here: https://forums.ni.com/t5/Example-Code/NI-System-Configuration-Show-All-Hardware/ta-p/3513081