02-01-2012 10:06 PM - edited 02-01-2012 10:11 PM
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:
02-02-2012 12:54 AM - edited 02-02-2012 12:56 AM
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