Binary Toggle Switch

From Visuino
Jump to navigation Jump to search

File:TArduinoBinaryToggleSwitch.png

Summary

Selects between two binary inputs based on a boolean control signal.

Description

The **Binary Toggle Switch** component outputs either the **True** or **False** binary input depending on the **Select** pin. - **Initial Select Value** sets the default selection when the component starts.

This component is useful for switching between two binary data sources dynamically during operation.

Diagram:

Categories

Properties

  • Initial Select Value – Boolean value determining which input is selected by default.

Pins

  • Select – Boolean input that chooses between **True** and **False** binary inputs.
  • True – Binary input used when **Select** is **True**.
  • False – Binary input used when **Select** is **False**.
  • Out – Selected binary output.