This VI executes the simple task of creating an array with a manually specified magnitude and range. This is done without using the Search 1D Array function but rather just the Index Array and Delete From Array functions. This is done by coercing every value outside of the range to zero, and then programmatically removing every instance of a zero value. The number of initial samples to generate can be set and both the initial data array and modified data array can be viewed.

