How can I add value to the existing values over a period of time?

Sorry guys, I apologize in advance because I think that this problem can be very simple, but I had been mind blocked through hours of Labview tutorial and try it.

"Lets say, I'm working on a parser of training and the z axis lower to 0 every time, I have it counts as ' 1 count ', I wanted to add the total number of charges. Can I use an array to store the 'total '? I try to use register to shift and it gives me only the current number and the previous, i.e. I get 2 whenever I'm doing a count.

If you want just a number, a scalar value must be what you put in the shift register, not a table.

If the condition is true, add one to the value in the registry to shift and move it back in.  If the condition is false, then just put the current value in the registry change to.

Tags: NI Software

Similar Questions

Maybe you are looking for