LabVIEW Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
altenbach

Provide good defaults for unwired indices of the array index terminal of the in place element structure

Status: New

This is somewhat related to this idea by GregS, but still not quite the same.

 

The array index terminal of an In Place Element structure currenty require to be wired. It should exactly like "index array" such that unwired inputs behave like the plain old Index Array (an unwired index is the index of the above terminal +1 (recursively). The top terminal defaults to zero).

 

As an example, here's a simple construct that keeps the N, average, min, and max in a size 4 array. For some reason, the code is broken unless I wire indices 0..3. None of the indices should be necessary and the functionality should remain exactly he same without them.

Message Edited by altenbach on 12-28-2009 09:58 AM
1 Comment
altenbach
Knight of NI
(Of course the code shown above is somewhat flawed. The displays should probably tap into the array before the feedback node ;))