| Contents |
|
Next |
Automatically generates a sequential numeric list. You specify the range of numbers to be displayed in the list, and the range of output values. The module interpolates its output within the output range based on the position of the selected item in the list. For example, if you set the list range to 0 - 127, and the output range to 0 - 10, the module displays a list of the numbers from 0 to 127, and outputs a value between 0 and 10, based on a linear interpolation from the selected list value. Inputs and outputs are as follows:
List Min, List Max - Specify the range of list values. May be positive, negative, or zero, and need not be integers. List Increment - Specifies the difference between successive values. Must be positive -- negative and 0 values are not accepted. (To reverse a list, or to set up an inverse relationship with the output values, use the Descending Order switch, or reverse the Min and Max Output Values.)
Min and Max Output Values - Specify the output range. May be positive, negative, or zero, and need not be integers. Min may be set higher than max. Descending Order - Reverses the order of the generated list from ascending to descending. Index - Outputs the relative position of the selected item in the list, counting from zero. This is not affected by the list's order, range, or increment size. Output: Both Float and Voltage outputs are provided, and produce identical values.
|