Overview
This example demonstrates a method of programmatically resetting a device by utilizing the System Configuration API located in the Measurement IO Palette.
Description
The VI initializes a session to the target and searches for the hardware associated with an expert. To choose a valid expert, please take a look at the help or the KnowledgeBase article linked below. The VI then utilizes the System Hardware Property Node to match the alias name with the item you want to reset. The VI finally self-tests the device to ensure communication then resets the device.
Steps to Implement or Execute Code
Requirements to Run
Software
LabVIEW 2011 or Later & DAQmx or Driver that installs the System Configuration API
Hardware
This example requires a Simulated or real Multifunction DAQ Card
Additional Images
Block Diagram
Additional Information
KB 5FFA2JBP: What Experts Are Valid Inputs for System Configuration API Functions
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.