To download NI software, including the products shown below, visit ni.com/downloads.
This example demonstrates how to display the acquired data from each AI channel and calculate the average of them.
The DAQmx Read is a polymorphic function which can be used to read multiple AI channels at once. We can then display each AI channel information by spitting the combined signal. More data analysis can be added after the DAQmx Read loop for example calculating the mean value and performing a FFT.

**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.