This documentation is out of date.

The new version of the documentation is here: https://cannylogic.com/docs

Difference between revisions of "Rising edge detector"

From CANNY Wiki
Jump to: navigation, search
[unchecked revision][unchecked revision]
(Created page with " <div style="float:right;margin:5px;"> {|class="cannytable" width="350px" |- !colspan="2" style="background-color:#AFEEEE;"|Appearance |- |colspan="2" align="center" style="...")
 
Line 44: Line 44:
 
</div>
 
</div>
 
<br clear="left">
 
<br clear="left">
 
== Features ==
 
 
  
 
== Examples ==
 
== Examples ==

Revision as of 06:33, 27 November 2015

Appearance
5 9 2 2.png
Symbol
RFD
Group
Built-in Function Blocks#Counters and Edge Detectors
Inputs
Input: Logical
Outputs
Output: Logical
Version CANNY Lab
from 0.6b
Icon

A minimum duration (one execution cycle) signal source, synchronizing by rising edge.

Sets the output to "1" each time the value on the input changes from zero to non-zero, exactly one execution cycle: on thread of execution re-entry in the block, the output value is set to zero.


Examples

Step 1
Step 2
Step 3

See also

Counter

Falling edge detector

Built-in Function Blocks