LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

search control: FTF input to FT output

Hi everybody,

I need a control that can change its output from False to True and remain true if the input changes from false to true and back to false again.

preferably with a resetbutton to change the output equal to the input.

 

Is there a single control for this? I could not find it...

 

Thanks in advance,

 

Bart

0 Kudos
Message 1 of 4
(2,781 Views)

Just use a feedback node and OR the current and previous values.

 

(Since you are talking about a control, what do you mean by "input changes"? Do you mean if somebody changes the control?)

0 Kudos
Message 2 of 4
(2,768 Views)

This just sounds like you want a boolean in a shift register that gets OR'd with an input.

The OR will give you the latching True functionality that you're looking for. Then you can use another input for the reset functionality.

 

Something like this?

 

Boolean Latch-Reset.png

0 Kudos
Message 3 of 4
(2,763 Views)

Here's what I had in mind. There are many ways to do that.

 

0 Kudos
Message 4 of 4
(2,756 Views)