Real-Time Measurement and Control

cancel
Showing results for 
Search instead for 
Did you mean: 

Pass 'For Loop' Value before Loop finishes - FPGA

Solved!
Go to solution
Solution
Accepted by topic author bones349

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.

 

Message Edited by Donovan B on 11-03-2009 12:28 PM
Donovan
Message 11 of 12
(1,131 Views)

Donovan!  Thank you kindly, that does exactly what I want it to do (I used the feedback node).

 

0 Kudos
Message 12 of 12
(1,115 Views)