You should have two copies, one for the array data and one for the indicator. You have one extra copy because your entire array is derived from diagram constants, meaning it is precalculated at compile time and folded into a constant. This is your third copy. Change any of the three inputs of "initialize array" to a control and the data memory will go down to about 46MB because it can no longer be folded.
If you clear the array indicator, the memory goes down to 23MB.
This is just my quick analysis and I could be wrong. Somebody from NI can probably give more details. 🙂
Message Edited by altenbach on
12-07-2007 01:40 PM