05-03-2015 03:49 PM
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
Solved! Go to Solution.
05-03-2015 03:51 PM
A shift register and the Implies function.
Lynn
05-03-2015 04:03 PM - edited 05-03-2015 04:04 PM
Feedback node and greater than function.
Or boolean Crossing Pt by Pt.
05-04-2015 03:56 PM
Thank you very much.