Digital To Binary

From Visuino
Revision as of 05:54, 24 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoDigitalToBinary.png == Summary == Converts a digital input signal into one of two binary values. == Description == The **Digital To Binary** component maps a digital input (boolean) into binary form. When the input is LOW (false), the component outputs the configured '''False Value''' (binary). When the input is HIGH (true), the component outputs the configured '''True Value''' (binary). This enables flexible encoding of digital signals in...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoDigitalToBinary.png

Summary

Converts a digital input signal into one of two binary values.

Description

The **Digital To Binary** component maps a digital input (boolean) into binary form. When the input is LOW (false), the component outputs the configured False Value (binary). When the input is HIGH (true), the component outputs the configured True Value (binary). This enables flexible encoding of digital signals into specific binary patterns for further logic or data processing.

Diagram:

Categories

Properties

  • False Value – Binary value to output when input is FALSE.
  • True Value – Binary value to output when input is TRUE.

Pins

Input Pins

  • In – Digital input (boolean).

Output Pins

  • Out – Binary output (set to either the False Value or True Value).