Thanks Joe,
Thru numerous hair pulling sessions I found that the number being passed to the next iteration (the output from a single analog in box) was not actually a number, it's an array? By making an indicator for the output and looking at it on the front panel, there's a bunch more information there like the date, time, dt, and the AI data is the first element in an array of zeros. Why does NI do this? Why isn't the output from an AI box just the voltage number?
Anyway, I'll try not to rage. I used a sum array box (probably not the right way to do it) it converted the complicated output from the AI into a number and I was able to loop that thru a feedback node and add it to itself iteratively inside the while loop.
In the process I also
learned about shift registers so maybe that will come in handy in the future. I'll try to weigh that against wasting my whole day on this yesterday while raging that I would be finished if I just used QuickBasic and a $100 ComputerBoards card!