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
False
toTrue
), 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?