Detect Edge(Digital to Clock)

From Visuino
Revision as of 10:04, 14 September 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoDetectEdgeDigitalToClock.png == Summary == The **Detect Edge (Digital to Clock)** component converts changes in a digital input signal into clock pulses. It can be configured to trigger on rising edges, falling edges, or any change. == Description == This component monitors a digital signal and generates a clock output when specific edge conditions are met. It supports detection of rising edges (low to high), falling edges (high to low), or any ch...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoDetectEdgeDigitalToClock.png

Summary

The **Detect Edge (Digital to Clock)** component converts changes in a digital input signal into clock pulses. It can be configured to trigger on rising edges, falling edges, or any change.

Description

This component monitors a digital signal and generates a clock output when specific edge conditions are met. It supports detection of rising edges (low to high), falling edges (high to low), or any change in the input signal. It also allows detection on each sampled value for flexible use in timing and control systems.

Diagram:

Properties

  • Enabled (boolean) – Enables or disables edge detection.
  • On Any Change / True and False (boolean) – Triggers on any signal change (both rising and falling edges).
  • On Each Sample / Value (boolean) – Triggers a clock pulse for each sampled value.
  • On Rising / True (boolean) – Triggers on rising edges (low to high transitions).

Pins

Input Pins

  • in (digital) – Digital input signal to be monitored.

Output Pins

  • out (clock) – Clock pulse output triggered on detected edges.

Categories