Edge Falling
This function block is designed to detect falling edges in input signals. It outputs a signal when the input transitions from a high (True) state to a low (False) state.
π₯ Inputs
Boolean
This input accepts a boolean signal, which will be monitored for falling edges.
π€ Outputs
Boolean
This output delivers a signal indicating whether a falling edge has been detected.
π¨ Features
Falling Edge Detection
The block accurately detects changes in the incoming signal, providing a simple method to respond to transitions.
π Usage Instructions
Connect Input Signal: Link a boolean signal, such as from a button press or switch, to the input.
Evaluate: Running the block will check for a falling edge based on the last input state.
Monitor Output: The output can be connected to any subsequent block that needs to react to the falling edge detected.
π Evaluation
When executed, this function block monitors the input signal and outputs True only when the input transitions from True to False.
π‘ Tips and Tricks
π οΈ Troubleshooting
Last updated