To download NI software, including the products shown below, visit ni.com/downloads.
Multiple Terminal Configurations in Same Task Using LabVIEW with DAQmx
Overview
This VI captures analog input data using different terminal configurations in the same task.
Description
Sometimes you will need to capture analog input data using different terminal configurations (RSE, NRSE, Differential) on the same device. You can do this by using several Create Channel VIs, setting their individual properties, and stringing them together in the same task.
Requirements
Steps to Implement or Execute Code
Additional Information or References
VI Snippet
**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.