Your For loop has a one wired to the interation. You only run it once?
Unfortunately, I don't have LV 7 on this machine, but what I gave you will work.
The Boolean I had "Trigger to save data is connected to the Trigger and gate 2 express vi.
The mean value you calculate and have connected to the add function is the new value variable in my example and gets connected to the Replace Array Subset input.
Take note: In your example you are adding all the previous means together, but not averaging them.
ALso, in your example, you are always adding all ten elements together and averaging them. This will create math errors. That is why on the example that I sent you I checked if number of entries is less then 10. If it was, I used the Array subset, added the elements together and averaged the number of elements. You will find this is dependable and accurate.
Greg Bush CLAD