Hi,
To reinitialize it, just put the default value in it. For a number, this is
0, for an array, it's an empty array. Compare the time, wire the result to a
case structure, and wire the last value or the default value, depending on
the outcome.
Regards,
Wiebe.
"Esther.Lopez" wrote in message
news:506500000008000000BBE40000-1079395200000@exchange.ni.com...
> I am developing an application that makes a count. On each iteration
> of a while loop a partial count is made, and using a shift register I
> calculate the total count of all iteration.
> Each 5 seconds, I need the count to be reinitialized. the problem is
> reinitalize the value of the indicator, but I don't know how to
> reinitialize the value of the shift register. does anyone know how t
o
> do this?
> (the purpose is to make a count and reinitialize it each 5 seconds)
> Thanks!!