11-03-2009 12:27 PM - edited 11-03-2009 12:28 PM
In that case, you can use a simple Select function with a feedback node or a shift register. The attached image shows an implementation with a feedback node. If no timeout occurs, the value of Element is sent to the Join Numbers function. If a timeout does occur, the last value that was output is output again. If you want to use a shift register, just wire the output of the Select function to the right side of the shift register and wire the left side of the shift register to the True terminal of the Select.
11-03-2009 02:20 PM
Donovan! Thank you kindly, that does exactly what I want it to do (I used the feedback node).