LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

F->T rising edge detection

Solved!
Go to solution

Hi, 

 

I'm trying to figure out any way or somethink, which detects the rising edge and the output value will be true (when the state changes from 0 to 1).

So if the input is 0, output is false. When imput is 1, output is false. Just that moment between 0 and 1 should be True at output. 

Do you have any advices plese? 🙂

 

thanks, pelda

0 Kudos
Message 1 of 4
(8,091 Views)

A shift register and the Implies function.

 

Lynn

0 Kudos
Message 2 of 4
(8,090 Views)
Solution
Accepted by peldao

Feedback node and greater than function.

 

Or boolean Crossing Pt by Pt.

 

 

Message 3 of 4
(8,074 Views)

Thank you very much.

0 Kudos
Message 4 of 4
(8,006 Views)