Hi there,
I'm using a buffered acquisition to take 20 samples of the same signal, average them and output them to a spreadsheet.
I'm using a while loop to cycle through the 20 samples and I thought I could use shift registers to sum the arrays, and then divide before outputing to a spreadsheet.
The acquisition works fine without the summation.
I can get everything to work except the summation. I tried adding the data coming out of the analog acquisition VI with the 'left' shift register (outputting the summation to the right shift register) and then output the sum to file out. File output is outside of the loop. For some reason, this is not working. I also tried wiring the right shift register to file out. This also
proved unsucessful. Is there anything odd about shift registers that I'm missing?
Much thanks, your help would be appreciated.