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