Binary Snapshot

From Visuino
Revision as of 02:14, 14 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoBinarySnapshot.png == Summary == Captures the current binary input value when triggered by a clock signal. == Description == The **Binary Snapshot** component outputs the current binary input only when the **Snapshot** pin receives a clock trigger. - **Enabled** controls whether the component is active. When **False**, the component is disabled and no data is passed through. This component is useful for storing or sampling binary values at specif...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoBinarySnapshot.png

Summary

Captures the current binary input value when triggered by a clock signal.

Description

The **Binary Snapshot** component outputs the current binary input only when the **Snapshot** pin receives a clock trigger. - **Enabled** controls whether the component is active. When **False**, the component is disabled and no data is passed through.

This component is useful for storing or sampling binary values at specific moments in time.

Diagram:

Categories

Properties

  • Enabled – When **False**, the component is disabled and no data is passed through.

Pins

  • In – Binary input stream.
  • Snapshot – Clock input that triggers capturing the current input.
  • Out – Output of the captured binary value.