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