To download NI software, including the products shown below, visit ni.com/downloads.
1. Overview
This VI take an array of waveforms and selects out only the active signals in a memory efficient manor.
2. Description
Many situations it is more efficient to read all of your data into LabVIEW and then later remove the unused channels. This VI take an array of waveforms and selects out only the active signals in a memory efficient manor. It could be used on any array data type.
The VI gets as inputs the array of waveform from which you want to select some, as well as the array of booleans in which you decide the selection.
3. Requirements
4. Steps to Implement or Execute Code
5. Additional Information or References
**The code for this example has been edited to meet the new Community Example Style Guidelines.**
Description-Separate-2Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.