LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Logic application/feedback node reset HELP

Good evening,

 

I have created a logic circuit within labview that when activated, will pulse the output once and only once regardless of the input length or number of presses.  My problem is that my solution uses latching to achieve this and the feedback nodes will not re-initialize from scratch and will instead retain their latched value,, thereby making it so that the circuit works perfectly at first, but no matter how many times i start and stop the simulation afterwards, it will not work again.

 

So my question is, is there a way to wipe the feedback nodes memory each time?  even a reset button I have to hit first?  Or is there a better solution for making a one time pulse generator?

 

Here is a picture of my solution and a graph of what I want to have happen each time I run the occurance/loop/simulaton:

 

 

0 Kudos
Message 1 of 2
(2,314 Views)

In feedback node, we have initializer terminal wherein we can initialize.

It can be done by having initializer terminal outside loop.You initialize whenever you want.

It is similar to shift registers

Aarthi
0 Kudos
Message 2 of 2
(2,299 Views)