Edge Rising
This function block is designed to detect a rising edge in a binary input signal. It outputs a signal when a transition occurs from False to True.
π₯ Inputs
Boolean This input accepts a boolean signal, which will be monitored for rising edges.
π€ Outputs
Boolean This output delivers a True signal when a rising edge is detected in the input signal.
πΉοΈ Controls
This function block does not have any additional controls to interact with.
π¨ Features
Rising Edge Detection The block effectively identifies the transition from a low state (False) to a high state (True), marking it as a rising edge.
Single Signal Output Only outputs True once for each rising edge detected, helping to avoid multiple triggers for the same event.
π Usage Instructions
Connect Input: Link a Boolean input signal to the input socket.
Monitor Signal: The block will automatically evaluate the input signal. When it detects a rising edge (when the input goes from
FalsetoTrue), it will outputTrue.
π Evaluation
When run, this function block continuously monitors the input signal. It emits a True output only when an edge rising event is detected, otherwise it outputs False.
π‘ Tips and Tricks
π οΈ Troubleshooting
Last updated
Was this helpful?