Analog Demux(Multiple Output channel Switch)

From Visuino
Revision as of 02:07, 8 September 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoAnalogDemux.png == Summary == Routes an analog input to one of multiple output channels based on a digital select signal. == Description == The Analog Demux component directs an incoming analog signal to one of several output pins, determined by the **Select** input. The initial active channel can be set via the **Initial Channel** property, and the number of output pins is configurable. This is useful for conditional routing, multiplexing analog...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoAnalogDemux.png

Summary

Routes an analog input to one of multiple output channels based on a digital select signal.

Description

The Analog Demux component directs an incoming analog signal to one of several output pins, determined by the **Select** input. The initial active channel can be set via the **Initial Channel** property, and the number of output pins is configurable. This is useful for conditional routing, multiplexing analog signals, or distributing sensor data to multiple channels.

Diagram:

Properties

  • Initial Channel (integer) – Sets the output channel initially active.
  • Output Pins (default 2) – Number of analog output channels available.

Pins

Input Pins

  • In (analog) – Analog input signal.
  • Select (integer) – Determines which output channel receives the input signal.

Output Pins

  • Output pins (analog) – One of multiple analog outputs receiving the input based on the select value.
    • Pin [0]** – First output channel.
    • Pin [1]** – Second output channel.
  • (Additional pins appear if more output channels are configured.)*

Categories