Binary On/Off Switch

From Visuino
Revision as of 02:45, 14 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoBinaryOnOffSwitch.png == Summary == Controls the passing of binary data based on an enable signal and configuration settings. == Description == The **Binary On/Off Switch** component allows binary data to pass through only when enabled. - **Ignore Same** – If **True**, repeated input values are ignored and not passed through. - **Initial Enabled** – Sets the initial enabled state of the component. - **Send On Enable** – If **True**, the cu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoBinaryOnOffSwitch.png

Summary

Controls the passing of binary data based on an enable signal and configuration settings.

Description

The **Binary On/Off Switch** component allows binary data to pass through only when enabled. - **Ignore Same** – If **True**, repeated input values are ignored and not passed through. - **Initial Enabled** – Sets the initial enabled state of the component. - **Send On Enable** – If **True**, the current input value is immediately sent when the switch is enabled.

This component is useful for selectively gating binary data based on control signals or conditions.

Diagram:

Categories

Properties

  • Ignore Same – Ignore repeated input values when **True**.
  • Initial Enabled – Boolean defining the initial enabled state.
  • Send On Enable – When **True**, sends the current input immediately when enabled.

Pins

  • Enable – Boolean input controlling whether the component is active.
  • In – Binary input stream.
  • Out – Binary output stream.