I know, the description sounds a bit confused, but I try to explain it more detailed:
I have a solar application to which I send a command every 10 seconds. The solar generator answers to this command with a string of different values. In a second step I split this string to separate the values (e.g. voltage, current, power, temperature, ...). The power values are then displayed in a graph. But now I don't want to display each value, but an average value of the last ten values arrived. Now the problem: The shift register works with an intern loop (right?). But I would like to shift the values every time a new value arrives. Is that possible, or do I have to use the internal loop (and shift, e.g. every 10 seconds)?
Maybe I'm completely confused and I don't really know how the shift register works.....! 😉 But that would be very annoying...!
Sorry, the VI is at another computer at my lab, so I'm not able to send you the VI now. Maybe tomorrow.
Thanks for your help.
Dennis