Contents



DH_
ArraySequencer

Next

Function:

Takes the Array data type used by DH_BreakpointInput, DH_ContourInput, and DH_MultiStepInput, and outputs the values one at a time, in sequence, in response to a clock pulse. Repeats from the beginning when the end of the array is reached.
 

 

Left-hand side pins:

Array In- Connects to an Array Out pin on a DH_BreakpointInput, DH_ContourInput, a DH_MultiStepInput. Provides a conduit between the modules for array values.

Pulse In - Clock source, such as a BPM Clock2. Any voltage change from zero or less to a positive value constitutes a pulse.

Reset - Restarts the output at the first array value.

#Active Steps - Lets you limit the number of array elements used in the sequence without having to change the input array. (All, 1 - 128).

Direction - Outputs sequence Forward or in Reverse.

Right-hand side pins:

Value Out - Stream of array values as voltages.

Current Step - Index of the array element currently being output. This can be used, for example, to drive the current step display of DH_MultiStepInput. (Use DH_VoltageToFloat or similar to convert).